Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3e61576b2ac930b9d1fa2c8d077552f7e7709b3c
Commit:     3e61576b2ac930b9d1fa2c8d077552f7e7709b3c
Parent:     20b31b53ea87e598ea8159f109b4217ad185fce5
Author:     Meelis Roos <[EMAIL PROTECTED]>
AuthorDate: Wed Jul 25 22:17:43 2007 +1000
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Sat Sep 22 14:49:21 2007 +1000

    [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: Meelis Roos <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/ppc/kernel/vmlinux.lds.S |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/ppc/kernel/vmlinux.lds.S b/arch/ppc/kernel/vmlinux.lds.S
index c0aac3f..98c1212 100644
--- a/arch/ppc/kernel/vmlinux.lds.S
+++ b/arch/ppc/kernel/vmlinux.lds.S
@@ -91,6 +91,8 @@ SECTIONS
   . = ALIGN(8192);
   .data.init_task : { *(.data.init_task) }
 
+  NOTES
+
   . = ALIGN(4096);
   __init_begin = .;
   .init.text : {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to