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.
2 parents 67a2a9a + ca80097 commit 1b76bc2Copy full SHA for 1b76bc2
arch/x86/entry/common.c
@@ -142,7 +142,7 @@ static __always_inline int syscall_32_enter(struct pt_regs *regs)
142
#ifdef CONFIG_IA32_EMULATION
143
bool __ia32_enabled __ro_after_init = !IS_ENABLED(CONFIG_IA32_EMULATION_DEFAULT_DISABLED);
144
145
-static int ia32_emulation_override_cmdline(char *arg)
+static int __init ia32_emulation_override_cmdline(char *arg)
146
{
147
return kstrtobool(arg, &__ia32_enabled);
148
}
0 commit comments