summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorTakashi YOSHII2007-05-23 05:34:13 +0200
committerPaul Mundt2007-06-08 04:43:41 +0200
commit3a3c60fc0b4c2e3e6f037f68c84ddd9468b2a196 (patch)
treec46894c0f659d77664f5942b02ca7ab5d3815c25 /arch/sh/kernel/vmlinux.lds.S
parentsh: Fix SH-4 CPU selects. (diff)
downloadkernel-qcow2-linux-3a3c60fc0b4c2e3e6f037f68c84ddd9468b2a196.tar.gz
kernel-qcow2-linux-3a3c60fc0b4c2e3e6f037f68c84ddd9468b2a196.tar.xz
kernel-qcow2-linux-3a3c60fc0b4c2e3e6f037f68c84ddd9468b2a196.zip
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 <takashi.yoshii.ze@hitachi.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/vmlinux.lds.S')
-rw-r--r--arch/sh/kernel/vmlinux.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/vmlinux.lds.S b/arch/sh/kernel/vmlinux.lds.S
index f437a4f06da4..992c25ad377f 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 = .;