diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 5b1a7d46d1d97972e0a4c1929becdb079eb8ff35..69c8a70e854bc2faa246e371f3a4d06a16b3c8ba 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -660,13 +660,10 @@ config BOOT_IOREMAP default y config REGPARM - bool "Use register arguments (EXPERIMENTAL)" - depends on EXPERIMENTAL - default n + bool "Use register arguments" help Compile the kernel with -mregparm=3. This uses a different ABI and passes the first three arguments of a function call in registers. - This will probably break binary only modules. config SECCOMP bool "Enable seccomp to safely compute untrusted bytecode"