aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/lib/clear_page.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/lib/clear_page.S')
-rw-r--r--arch/sh/lib/clear_page.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/lib/clear_page.S b/arch/sh/lib/clear_page.S
index 36d44ef2b8a2..3539123fe517 100644
--- a/arch/sh/lib/clear_page.S
+++ b/arch/sh/lib/clear_page.S
@@ -50,6 +50,8 @@ ENTRY(clear_page)
50 ! 50 !
51 rts 51 rts
52 nop 52 nop
53
54 .balign 4
53.Llimit: .long (PAGE_SIZE-28) 55.Llimit: .long (PAGE_SIZE-28)
54 56
55ENTRY(__clear_user) 57ENTRY(__clear_user)