Skip to content

Commit

Permalink
[PATCH] i386: let REGPARM no longer depend on EXPERIMENTAL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Mar 23, 2006
1 parent 6bb08da commit 69ef414
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions arch/i386/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 69ef414

Please sign in to comment.