]> Git Repo - linux.git/commitdiff
[POWERPC] Fix ppc kernels after build-id addition
authorMeelis Roos <[email protected]>
Wed, 25 Jul 2007 12:17:43 +0000 (22:17 +1000)
committerPaul Mackerras <[email protected]>
Sat, 22 Sep 2007 04:49:21 +0000 (14:49 +1000)
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: Meelis Roos <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
arch/ppc/kernel/vmlinux.lds.S

index c0aac3ff9e91443672e54dfbcf1419073de60b33..98c1212674f6e76c2953c5a9a8a5344bb6b94ca1 100644 (file)
@@ -91,6 +91,8 @@ SECTIONS
   . = ALIGN(8192);
   .data.init_task : { *(.data.init_task) }
 
+  NOTES
+
   . = ALIGN(4096);
   __init_begin = .;
   .init.text : {
This page took 0.053678 seconds and 4 git commands to generate.