aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/lib
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/lib')
-rw-r--r--arch/sh/lib/clear_page.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib/clear_page.S b/arch/sh/lib/clear_page.S
index 8342bfbde64c..c92244d4ff9d 100644
--- a/arch/sh/lib/clear_page.S
+++ b/arch/sh/lib/clear_page.S
@@ -57,7 +57,7 @@ ENTRY(clear_page)
57ENTRY(__clear_user) 57ENTRY(__clear_user)
58 ! 58 !
59 mov #0, r0 59 mov #0, r0
60 mov #0xe0, r1 ! 0xffffffe0 60 mov #0xffffffe0, r1
61 ! 61 !
62 ! r4..(r4+31)&~32 -------- not aligned [ Area 0 ] 62 ! r4..(r4+31)&~32 -------- not aligned [ Area 0 ]
63 ! (r4+31)&~32..(r4+r5)&~32 -------- aligned [ Area 1 ] 63 ! (r4+31)&~32..(r4+r5)&~32 -------- aligned [ Area 1 ]