mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
m68k: Fix --build-id breakage for sun3
Counterpart of commit 08a3db94f2
("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>
This commit is contained in:
parent
c162564ebf
commit
877d52431f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user