Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3a3c60fc0b4c2e3e6f037f68c84ddd9468b2a196
Commit:     3a3c60fc0b4c2e3e6f037f68c84ddd9468b2a196
Parent:     05627486ab7f31ea09d8bb7a83582ca0185dc283
Author:     Takashi YOSHII <[EMAIL PROTECTED]>
AuthorDate: Wed May 23 12:34:13 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Fri Jun 8 02:43:41 2007 +0000

    sh: Align .machvec.init section on a 4-byte boundary.
    
    .machvec.init can be misaligned with the recent machvec changes,
    forcibly align it on the boundary that it expects, as before.
    
    Signed-off-by: Takashi YOSHII <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/kernel/vmlinux.lds.S |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/sh/kernel/vmlinux.lds.S b/arch/sh/kernel/vmlinux.lds.S
index f437a4f..992c25a 100644
--- a/arch/sh/kernel/vmlinux.lds.S
+++ b/arch/sh/kernel/vmlinux.lds.S
@@ -97,6 +97,7 @@ SECTIONS
   __initramfs_end = .;
 #endif
 
+ . = ALIGN(4);
   __machvec_start = .;
   .machvec.init : { *(.machvec.init) }
   __machvec_end = .;
-
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