aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/head.S
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-12-12 08:53:29 +0900
committerPaul Mundt <lethal@linux-sh.org>2006-12-12 08:53:29 +0900
commite2dfb912d3cea97d8b1d6750abbe9c942b6f73f5 (patch)
treef52d562580fad884e636d5783ad988091f88c1c1 /arch/sh/kernel/head.S
parentsh: Fixup .data.page_aligned. (diff)
downloadlinux-dev-e2dfb912d3cea97d8b1d6750abbe9c942b6f73f5.tar.xz
linux-dev-e2dfb912d3cea97d8b1d6750abbe9c942b6f73f5.zip
sh: Fix .empty_zero_page alignment for PAGE_SIZE > 4096.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to '')
-rw-r--r--arch/sh/kernel/head.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sh/kernel/head.S b/arch/sh/kernel/head.S
index 6aca4bc6ec5d..71a3ad7d283e 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
/*