diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-12-12 08:53:29 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-12 08:53:29 +0900 |
commit | e2dfb912d3cea97d8b1d6750abbe9c942b6f73f5 (patch) | |
tree | f52d562580fad884e636d5783ad988091f88c1c1 /arch/sh/kernel/head.S | |
parent | f668f55c3941faacc6f298f434b1af3d5142eed7 (diff) |
sh: Fix .empty_zero_page alignment for PAGE_SIZE > 4096.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/head.S')
-rw-r--r-- | arch/sh/kernel/head.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/kernel/head.S b/arch/sh/kernel/head.S index 6aca4bc6ec5..71a3ad7d283 100644 --- a/arch/sh/kernel/head.S +++ b/arch/sh/kernel/head.S @@ -33,7 +33,8 @@ ENTRY(empty_zero_page) .long 0x00360000 /* INITRD_START */ .long 0x000a0000 /* INITRD_SIZE */ .long 0 - .balign PAGE_SIZE,0,PAGE_SIZE +1: + .skip PAGE_SIZE - empty_zero_page - 1b .text /* |