Просмотр исходного кода

m68k: Fix --build-id breakage for sun3

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>
Al Viro 16 лет назад
Родитель
Сommit
877d52431f
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      arch/m68k/kernel/vmlinux-sun3.lds

+ 1 - 0
arch/m68k/kernel/vmlinux-sun3.lds

@@ -33,6 +33,7 @@ SECTIONS
 	} :data
 	} :data
   /* End of data goes *here* so that freeing init code works properly. */
   /* End of data goes *here* so that freeing init code works properly. */
   _edata = .;
   _edata = .;
+  NOTES
 
 
   /* will be freed after init */
   /* will be freed after init */
   . = ALIGN(PAGE_SIZE);	/* Init code and data */
   . = ALIGN(PAGE_SIZE);	/* Init code and data */