From 352f80fc225a3681c1f02715eb1090205c5f8d5f Mon Sep 17 00:00:00 2001 From: k557osuman Date: Tue, 10 Dec 2024 03:47:39 +0800 Subject: [PATCH] fix missing line from BORE patch --- kernel/sysctl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 4c0a7efc06..30298d805e 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -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