From 6c0af2b3a5405468210206c9a8e9df6f7217ac63 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Thu, 23 Mar 2006 02:59:28 -0800 Subject: [PATCH] --- yaml --- r: 22982 b: refs/heads/master c: 69ef4141e03fab1c6956d3c760584c72b548a26f h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/i386/Kconfig | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 8c5eca2f3df2..af80484b1c59 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6bb08da4773f584a7b4a838b6b770d7d18033af7 +refs/heads/master: 69ef4141e03fab1c6956d3c760584c72b548a26f diff --git a/trunk/arch/i386/Kconfig b/trunk/arch/i386/Kconfig index 5b1a7d46d1d9..69c8a70e854b 100644 --- a/trunk/arch/i386/Kconfig +++ b/trunk/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"