projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c162564
)
m68k: Fix --build-id breakage for sun3
author
Al Viro
<viro@ZenIV.linux.org.uk>
Mon, 5 Jan 2009 17:28:10 +0000
(17:28 +0000)
committer
Geert Uytterhoeven
<geert@linux-m68k.org>
Mon, 12 Jan 2009 19:56:44 +0000
(20:56 +0100)
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>
arch/m68k/kernel/vmlinux-sun3.lds
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/kernel/vmlinux-sun3.lds
b/arch/m68k/kernel/vmlinux-sun3.lds
index 8a4919e4d36a4ef23c996b4a3f4a4dc51d4ddb1e..d9368c0709ba7fc913ffb27377d41ebe53cd2b97 100644
(file)
--- 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 */