diff options
Diffstat (limited to 'arch/sh/lib/__clear_user.S')
-rw-r--r-- | arch/sh/lib/__clear_user.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/lib/__clear_user.S b/arch/sh/lib/__clear_user.S index bee9817e055d..db1dca7aad14 100644 --- a/arch/sh/lib/__clear_user.S +++ b/arch/sh/lib/__clear_user.S | |||
@@ -11,7 +11,7 @@ | |||
11 | ENTRY(__clear_user) | 11 | ENTRY(__clear_user) |
12 | ! | 12 | ! |
13 | mov #0, r0 | 13 | mov #0, r0 |
14 | mov #0xe0, r1 ! 0xffffffe0 | 14 | mov #0xffffffe0, r1 |
15 | ! | 15 | ! |
16 | ! r4..(r4+31)&~32 -------- not aligned [ Area 0 ] | 16 | ! r4..(r4+31)&~32 -------- not aligned [ Area 0 ] |
17 | ! (r4+31)&~32..(r4+r5)&~32 -------- aligned [ Area 1 ] | 17 | ! (r4+31)&~32..(r4+r5)&~32 -------- aligned [ Area 1 ] |