Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

+4
+2
arch/sparc/kernel/vmlinux.lds.S
··· 35 35 __ex_table : { *(__ex_table) } 36 36 __stop___ex_table = .; 37 37 38 + NOTES 39 + 38 40 . = ALIGN(4096); 39 41 __init_begin = .; 40 42 _sinittext = .;
+2
arch/sparc64/kernel/vmlinux.lds.S
··· 45 45 __ex_table : { *(__ex_table) } 46 46 __stop___ex_table = .; 47 47 48 + NOTES 49 + 48 50 . = ALIGN(PAGE_SIZE); 49 51 __init_begin = .; 50 52 .init.text : {