aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-07-22 19:19:05 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-07-24 13:24:34 -0700
commit0c0d345e2516dd6285834e6b0d54825e40823d5a (patch)
treed8f5b2c8e87ac44d6e98c09c68a68ab075c9d7a9 /arch/sparc64
parent[SPARC32]: missing exports (diff)
downloadlinux-dev-0c0d345e2516dd6285834e6b0d54825e40823d5a.tar.xz
linux-dev-0c0d345e2516dd6285834e6b0d54825e40823d5a.zip
[SPARC]: Add missing NOTES section.
This fixes boot failures when the build-id LD option is actually used, because without it we end up with multiple PT_LOAD sections which the SILO boot loader cannot handle. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64')
-rw-r--r--arch/sparc64/kernel/vmlinux.lds.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc64/kernel/vmlinux.lds.S b/arch/sparc64/kernel/vmlinux.lds.S
index 481861764deb..b982fa3dd748 100644
--- a/arch/sparc64/kernel/vmlinux.lds.S
+++ b/arch/sparc64/kernel/vmlinux.lds.S
@@ -45,6 +45,8 @@ SECTIONS
__ex_table : { *(__ex_table) }
__stop___ex_table = .;
+ NOTES
+
. = ALIGN(PAGE_SIZE);
__init_begin = .;
.init.text : {