提交 69ef4141 编写于 作者: A Adrian Bunk 提交者: Linus Torvalds

[PATCH] i386: let REGPARM no longer depend on EXPERIMENTAL

REGPARM has already gotten much testing, what about removing the
dependency on EXPERIMENTAL?

Additionally, this patch does:
- remove the useless "default n"
- remove note regarding binary only modules (nowadays, there are even
  some binary only modules compiled with REGPARM=y available)
Signed-off-by: NAdrian Bunk <bunk@stusta.de>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 6bb08da4
...@@ -660,13 +660,10 @@ config BOOT_IOREMAP ...@@ -660,13 +660,10 @@ config BOOT_IOREMAP
default y default y
config REGPARM config REGPARM
bool "Use register arguments (EXPERIMENTAL)" bool "Use register arguments"
depends on EXPERIMENTAL
default n
help help
Compile the kernel with -mregparm=3. This uses a different ABI Compile the kernel with -mregparm=3. This uses a different ABI
and passes the first three arguments of a function call in registers. and passes the first three arguments of a function call in registers.
This will probably break binary only modules.
config SECCOMP config SECCOMP
bool "Enable seccomp to safely compute untrusted bytecode" bool "Enable seccomp to safely compute untrusted bytecode"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册