diff options
author | Takashi YOSHII <takashi.yoshii.ze@hitachi.com> | 2007-05-22 23:34:13 -0400 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-06-07 22:43:41 -0400 |
commit | 3a3c60fc0b4c2e3e6f037f68c84ddd9468b2a196 (patch) | |
tree | c46894c0f659d77664f5942b02ca7ab5d3815c25 /arch/sh/kernel/vmlinux.lds.S | |
parent | 05627486ab7f31ea09d8bb7a83582ca0185dc283 (diff) |
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.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 f437a4f06da4..992c25ad377f 100644 --- a/arch/sh/kernel/vmlinux.lds.S +++ b/arch/sh/kernel/vmlinux.lds.S | |||
@@ -97,6 +97,7 @@ SECTIONS | |||
97 | __initramfs_end = .; | 97 | __initramfs_end = .; |
98 | #endif | 98 | #endif |
99 | 99 | ||
100 | . = ALIGN(4); | ||
100 | __machvec_start = .; | 101 | __machvec_start = .; |
101 | .machvec.init : { *(.machvec.init) } | 102 | .machvec.init : { *(.machvec.init) } |
102 | __machvec_end = .; | 103 | __machvec_end = .; |