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 33b2d63 commit 9289c5eCopy full SHA for 9289c5e
kernel/sched/psi.c
@@ -140,9 +140,9 @@ static int psi_bug __read_mostly;
140
DEFINE_STATIC_KEY_FALSE(psi_disabled);
141
142
#ifdef CONFIG_PSI_DEFAULT_DISABLED
143
-bool psi_enable;
+static bool psi_enable;
144
#else
145
-bool psi_enable = true;
+static bool psi_enable = true;
146
#endif
147
static int __init setup_psi(char *str)
148
{
0 commit comments