Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e61576b authored by Meelis Roos's avatar Meelis Roos Committed by Paul Mackerras
Browse files

[POWERPC] Fix ppc kernels after build-id addition



This patch fixes arch/ppc kernels, at least for prep subarch, after
build-id addition.  Without this, kernels were 3 times the size and
bootloader refused to load them.  Now they are back to normal again.

Tested only with Roland McGrath's "Use LDFLAGS_MODULE only for .ko
links" patch applied - boots and works fine.

Signed-off-by: default avatarMeelis Roos <mroos@linux.ee>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 20b31b53
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -91,6 +91,8 @@ SECTIONS
  . = ALIGN(8192);
  .data.init_task : { *(.data.init_task) }

  NOTES

  . = ALIGN(4096);
  __init_begin = .;
  .init.text : {