aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/Kconfig
diff options
context:
space:
mode:
authorGravatar Andi Kleen <ak@suse.de> 2007-05-02 19:27:21 +0200
committerGravatar Andi Kleen <andi@basil.nowhere.org> 2007-05-02 19:27:21 +0200
commit2136220d00d84e5dd923f23552f75b1864a76f21 (patch)
tree2162bec88856042a2a88ef8d899189661a6a6f03 /arch/x86_64/Kconfig
parent[PATCH] x86-64: Print type and size correctly for unknown compat ioctls (diff)
downloadlinux-2136220d00d84e5dd923f23552f75b1864a76f21.tar.gz
linux-2136220d00d84e5dd923f23552f75b1864a76f21.tar.bz2
linux-2136220d00d84e5dd923f23552f75b1864a76f21.zip
[PATCH] x86-64: Remove CONFIG_REORDER
The option never worked well and functionlist wasn't well maintained. Also it made the build very slow on many binutils version. So just remove it. Cc: arjan@linux.intel.com Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r--arch/x86_64/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig
index 715632026073..1cad418373c3 100644
--- a/arch/x86_64/Kconfig
+++ b/arch/x86_64/Kconfig
@@ -660,14 +660,6 @@ config CC_STACKPROTECTOR_ALL
source kernel/Kconfig.hz
-config REORDER
- bool "Function reordering"
- default n
- help
- This option enables the toolchain to reorder functions for a more
- optimal TLB usage. If you have pretty much any version of binutils,
- this can increase your kernel build time by roughly one minute.
-
config K8_NB
def_bool y
depends on AGP_AMD64 || IOMMU || (PCI && NUMA)