m68k: Drop redundant NOTES in link script
Commit eaf937075c
("vmlinux.lds.h: Move NOTES into RO_DATA") after
should remove redundant NOTES.
Signed-off-by: Youling Tang <tangyouling@loongson.cn>
Link: https://lore.kernel.org/r/1605852474-23446-1-git-send-email-tangyouling@loongson.cn
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
parent
07ce9b7ab0
commit
549aeec256
|
@ -65,7 +65,6 @@ SECTIONS {
|
|||
_edata = .;
|
||||
|
||||
EXCEPTION_TABLE(16)
|
||||
NOTES
|
||||
|
||||
. = ALIGN(PAGE_SIZE);
|
||||
__init_begin = .;
|
||||
|
|
|
@ -49,7 +49,6 @@ SECTIONS
|
|||
*(.m68k_fixup)
|
||||
__stop_fixup = .;
|
||||
}
|
||||
NOTES
|
||||
.init_end : {
|
||||
/* This ALIGN be in a section so that _end is at the end of the
|
||||
load segment. */
|
||||
|
|
|
@ -33,7 +33,6 @@ SECTIONS
|
|||
RW_DATA(16, PAGE_SIZE, THREAD_SIZE) :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