commit | e2dfb912d3cea97d8b1d6750abbe9c942b6f73f5 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue Dec 12 08:53:29 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Dec 12 08:53:29 2006 +0900 |
tree | f52d562580fad884e636d5783ad988091f88c1c1 | |
parent | f668f55c3941faacc6f298f434b1af3d5142eed7 [diff] [blame] |
sh: Fix .empty_zero_page alignment for PAGE_SIZE > 4096. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/head.S b/arch/sh/kernel/head.S index 6aca4bc..71a3ad7 100644 --- a/arch/sh/kernel/head.S +++ b/arch/sh/kernel/head.S
@@ -33,7 +33,8 @@ .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 /*