diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2009-01-05 17:28:10 +0000 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-01-12 20:56:44 +0100 |
commit | 877d52431f4d3cda4adea077ffbe88f3fd1755d3 (patch) | |
tree | 939c0f1d413a58ac49c6bd70bf97779d64acc9e8 /arch | |
parent | c162564ebf001e79448e8aa7a6e0ffee00b55f74 (diff) | |
download | linux-3.10-877d52431f4d3cda4adea077ffbe88f3fd1755d3.tar.gz linux-3.10-877d52431f4d3cda4adea077ffbe88f3fd1755d3.tar.bz2 linux-3.10-877d52431f4d3cda4adea077ffbe88f3fd1755d3.zip |
m68k: Fix --build-id breakage for sun3
Counterpart of commit 08a3db94f2a36c28278922732bc281c1722ceb18 ("m68k: Add
NOTES to init data so its discarded at boot") for sun3 build.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m68k/kernel/vmlinux-sun3.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/kernel/vmlinux-sun3.lds b/arch/m68k/kernel/vmlinux-sun3.lds index 8a4919e4d36..d9368c0709b 100644 --- a/arch/m68k/kernel/vmlinux-sun3.lds +++ b/arch/m68k/kernel/vmlinux-sun3.lds @@ -33,6 +33,7 @@ SECTIONS } :data /* End of data goes *here* so that freeing init code works properly. */ _edata = .; + NOTES /* will be freed after init */ . = ALIGN(PAGE_SIZE); /* Init code and data */ |