projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0562748
)
sh: Align .machvec.init section on a 4-byte boundary.
author
Takashi YOSHII
<takashi.yoshii.ze@hitachi.com>
Wed, 23 May 2007 03:34:13 +0000
(12:34 +0900)
committer
Paul Mundt
<lethal@hera.kernel.org>
Fri, 8 Jun 2007 02:43:41 +0000
(
02:43
+0000)
.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>
arch/sh/kernel/vmlinux.lds.S
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/vmlinux.lds.S
b/arch/sh/kernel/vmlinux.lds.S
index
f437a4f
..
992c25a
100644
(file)
--- 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 = .;