]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[SPARC]: Add missing NOTES section.
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 23 Jul 2007 02:19:05 +0000 (19:19 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 24 Jul 2007 20:24:34 +0000 (13:24 -0700)
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>
arch/sparc/kernel/vmlinux.lds.S
arch/sparc64/kernel/vmlinux.lds.S

index 47583887abc6fc823c2b96fd5cf43cf75a6455c1..15109c156e832cf1bd55e71454a29cbd72ba6639 100644 (file)
@@ -35,6 +35,8 @@ SECTIONS
   __ex_table : { *(__ex_table) }
   __stop___ex_table = .;
 
+  NOTES
+
   . = ALIGN(4096);
   __init_begin = .;
   _sinittext = .;
index 481861764deb16f4805522090f3f9406d2b4ad4e..b982fa3dd748a545f8b7b29eeee1ac7901fcfb67 100644 (file)
@@ -45,6 +45,8 @@ SECTIONS
   __ex_table : { *(__ex_table) }
   __stop___ex_table = .;
 
+  NOTES
+
   . = ALIGN(PAGE_SIZE);
   __init_begin = .;
   .init.text : {