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/kernel/vmlinux.lds.S | |
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/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/x86_64/kernel/vmlinux.lds.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86_64/kernel/vmlinux.lds.S b/arch/x86_64/kernel/vmlinux.lds.S index 32e427a95ffd..88cfa50b424d 100644 --- a/arch/x86_64/kernel/vmlinux.lds.S +++ b/arch/x86_64/kernel/vmlinux.lds.S | |||
@@ -30,9 +30,6 @@ SECTIONS | |||
30 | /* First the code that has to be first for bootstrapping */ | 30 | /* First the code that has to be first for bootstrapping */ |
31 | *(.bootstrap.text) | 31 | *(.bootstrap.text) |
32 | _stext = .; | 32 | _stext = .; |
33 | /* Then all the functions that are "hot" in profiles, to group them | ||
34 | onto the same hugetlb entry */ | ||
35 | #include "functionlist" | ||
36 | /* Then the rest */ | 33 | /* Then the rest */ |
37 | *(.text) | 34 | *(.text) |
38 | SCHED_TEXT | 35 | SCHED_TEXT |