aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2007-05-02 19:27:21 +0200
committerAndi Kleen <andi@basil.nowhere.org>2007-05-02 19:27:21 +0200
commit2136220d00d84e5dd923f23552f75b1864a76f21 (patch)
tree2162bec88856042a2a88ef8d899189661a6a6f03 /arch/x86_64/kernel/vmlinux.lds.S
parent[PATCH] x86-64: Print type and size correctly for unknown compat ioctls (diff)
downloadlinux-dev-2136220d00d84e5dd923f23552f75b1864a76f21.tar.xz
linux-dev-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/kernel/vmlinux.lds.S')
-rw-r--r--arch/x86_64/kernel/vmlinux.lds.S3
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
/* First the code that has to be first for bootstrapping */
*(.bootstrap.text)
_stext = .;
- /* Then all the functions that are "hot" in profiles, to group them
- onto the same hugetlb entry */
- #include "functionlist"
/* Then the rest */
*(.text)
SCHED_TEXT