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 83e8053 commit 00f43c2Copy full SHA for 00f43c2
arch/x86/entry/common.c
@@ -100,7 +100,7 @@ static __always_inline int syscall_32_enter(struct pt_regs *regs)
100
#ifdef CONFIG_IA32_EMULATION
101
bool __ia32_enabled __ro_after_init = !IS_ENABLED(CONFIG_IA32_EMULATION_DEFAULT_DISABLED);
102
103
-static int ia32_emulation_override_cmdline(char *arg)
+static int __init ia32_emulation_override_cmdline(char *arg)
104
{
105
return kstrtobool(arg, &__ia32_enabled);
106
}
0 commit comments