projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68abcee
)
m68k: Add NOTES to init data so its discarded at boot
author
Roman Zippel
<zippel@linux-m68k.org>
Mon, 13 Oct 2008 19:58:50 +0000
(21:58 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 14 Oct 2008 17:23:26 +0000
(10:23 -0700)
Add .note.gnu.build-id to init data so it's discarded at boot.
[Andreas Schwab] Use NOTES macro
Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68k/kernel/vmlinux-std.lds
patch
|
blob
|
history
diff --git
a/arch/m68k/kernel/vmlinux-std.lds
b/arch/m68k/kernel/vmlinux-std.lds
index
bc63ff6
..
f846d4e
100644
(file)
--- a/
arch/m68k/kernel/vmlinux-std.lds
+++ b/
arch/m68k/kernel/vmlinux-std.lds
@@
-74,6
+74,7
@@
SECTIONS
.init.ramfs : { *(.init.ramfs) }
__initramfs_end = .;
#endif
+ NOTES
. = ALIGN(8192);
__init_end = .;