Skip to content

Commit

Permalink
fix missing line from BORE patch
Browse files Browse the repository at this point in the history
  • Loading branch information
k557osuman committed Dec 9, 2024
1 parent 1a297fe commit 352f80f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ extern uint sched_burst_fork_atavistic;
extern uint sched_burst_penalty_offset;
extern uint sched_burst_penalty_scale;
extern uint sched_burst_cache_lifetime;
static int __maybe_unused three = 3;
static int __maybe_unused sixty_four = 64;
static int __maybe_unused maxval_12_bits = 4095;
#endif // CONFIG_SCHED_BORE
Expand Down

0 comments on commit 352f80f

Please sign in to comment.