diff options
author | Andi Kleen <ak@suse.de> | 2007-05-02 13:27:21 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2007-05-02 13:27:21 -0400 |
commit | 2136220d00d84e5dd923f23552f75b1864a76f21 (patch) | |
tree | 2162bec88856042a2a88ef8d899189661a6a6f03 /arch/x86_64/Kconfig | |
parent | a106009bdfa12b6452b724cc0718ca8e1334745d (diff) |
[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/Kconfig | 8 |
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 | |||
660 | 660 | ||
661 | source kernel/Kconfig.hz | 661 | source kernel/Kconfig.hz |
662 | 662 | ||
663 | config REORDER | ||
664 | bool "Function reordering" | ||
665 | default n | ||
666 | help | ||
667 | This option enables the toolchain to reorder functions for a more | ||
668 | optimal TLB usage. If you have pretty much any version of binutils, | ||
669 | this can increase your kernel build time by roughly one minute. | ||
670 | |||
671 | config K8_NB | 663 | config K8_NB |
672 | def_bool y | 664 | def_bool y |
673 | depends on AGP_AMD64 || IOMMU || (PCI && NUMA) | 665 | depends on AGP_AMD64 || IOMMU || (PCI && NUMA) |