We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da330f5 commit 02e65e1Copy full SHA for 02e65e1
kernel/sched/ext.c
@@ -865,7 +865,7 @@ static DEFINE_STATIC_KEY_FALSE(scx_ops_enq_exiting);
865
static DEFINE_STATIC_KEY_FALSE(scx_ops_cpu_preempt);
866
static DEFINE_STATIC_KEY_FALSE(scx_builtin_idle_enabled);
867
868
-struct static_key_false scx_has_op[SCX_OPI_END] =
+static struct static_key_false scx_has_op[SCX_OPI_END] =
869
{ [0 ... SCX_OPI_END-1] = STATIC_KEY_FALSE_INIT };
870
871
static atomic_t scx_exit_kind = ATOMIC_INIT(SCX_EXIT_DONE);
0 commit comments