Skip to content

Commit

Permalink
remove unused dom_data map
Browse files Browse the repository at this point in the history
  • Loading branch information
etsal committed Jan 13, 2025
1 parent d6cf7b1 commit 2da1d33
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scheds/rust/scx_rusty/src/bpf/main.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,17 +195,6 @@ struct {
__uint(map_flags, 0);
} node_data SEC(".maps");

/*
* Domain context
*/
struct {
__uint(type, BPF_MAP_TYPE_ARRAY);
__type(key, u32);
__type(value, struct dom_ctx);
__uint(max_entries, MAX_DOMS);
__uint(map_flags, 0);
} dom_data SEC(".maps");

struct lock_wrapper {
struct bpf_spin_lock lock;
};
Expand Down

0 comments on commit 2da1d33

Please sign in to comment.