diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-22 23:55:02 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:56 -0500 |
commit | 0dcb957db5eb658d636097a9283dabdbf59de283 (patch) | |
tree | 5775062302252ff6cc400dbda82a484a4b013bf1 /arch/sh/lib | |
parent | 35a74499a4f5abbfcdf85629d696c8cfdbd2167f (diff) |
sh: Build fixes for lib32 clear_page.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/lib')
-rw-r--r-- | arch/sh/lib/clear_page.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/lib/clear_page.S b/arch/sh/lib/clear_page.S index 7a7c81ee3f01..36d44ef2b8a2 100644 --- a/arch/sh/lib/clear_page.S +++ b/arch/sh/lib/clear_page.S | |||
@@ -9,10 +9,10 @@ | |||
9 | #include <asm/page.h> | 9 | #include <asm/page.h> |
10 | 10 | ||
11 | /* | 11 | /* |
12 | * clear_page_slow | 12 | * clear_page |
13 | * @to: P1 address | 13 | * @to: P1 address |
14 | * | 14 | * |
15 | * void clear_page_slow(void *to) | 15 | * void clear_page(void *to) |
16 | */ | 16 | */ |
17 | 17 | ||
18 | /* | 18 | /* |
@@ -20,7 +20,7 @@ | |||
20 | * r4 --- to | 20 | * r4 --- to |
21 | * r5 --- to + PAGE_SIZE | 21 | * r5 --- to + PAGE_SIZE |
22 | */ | 22 | */ |
23 | ENTRY(clear_page_slow) | 23 | ENTRY(clear_page) |
24 | mov r4,r5 | 24 | mov r4,r5 |
25 | mov.l .Llimit,r0 | 25 | mov.l .Llimit,r0 |
26 | add r0,r5 | 26 | add r0,r5 |