diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-23 05:59:28 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-23 10:38:03 -0500 |
commit | 69ef4141e03fab1c6956d3c760584c72b548a26f (patch) | |
tree | 09d34f7e57d0938b788ad59fedbd3b28d5e6cf87 /arch/i386/Kconfig | |
parent | 6bb08da4773f584a7b4a838b6b770d7d18033af7 (diff) |
[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: Adrian Bunk <bunk@stusta.de>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/Kconfig')
-rw-r--r-- | arch/i386/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 5b1a7d46d1d9..69c8a70e854b 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -660,13 +660,10 @@ config BOOT_IOREMAP | |||
660 | default y | 660 | default y |
661 | 661 | ||
662 | config REGPARM | 662 | config REGPARM |
663 | bool "Use register arguments (EXPERIMENTAL)" | 663 | bool "Use register arguments" |
664 | depends on EXPERIMENTAL | ||
665 | default n | ||
666 | help | 664 | help |
667 | Compile the kernel with -mregparm=3. This uses a different ABI | 665 | Compile the kernel with -mregparm=3. This uses a different ABI |
668 | and passes the first three arguments of a function call in registers. | 666 | and passes the first three arguments of a function call in registers. |
669 | This will probably break binary only modules. | ||
670 | 667 | ||
671 | config SECCOMP | 668 | config SECCOMP |
672 | bool "Enable seccomp to safely compute untrusted bytecode" | 669 | bool "Enable seccomp to safely compute untrusted bytecode" |