Skip to content

Commit

Permalink
m68k: Fix --build-id breakage for sun3
Browse files Browse the repository at this point in the history
Counterpart of commit 08a3db9 ("m68k: Add
NOTES to init data so its discarded at boot") for sun3 build.

Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
  • Loading branch information
Al Viro authored and geertu committed Jan 12, 2009
1 parent c162564 commit 877d524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/m68k/kernel/vmlinux-sun3.lds
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 877d524

Please sign in to comment.