Commit 0dcb957d authored by Paul Mundt's avatar Paul Mundt

sh: Build fixes for lib32 clear_page.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 35a74499
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
#include <asm/page.h> #include <asm/page.h>
/* /*
* clear_page_slow * clear_page
* @to: P1 address * @to: P1 address
* *
* void clear_page_slow(void *to) * void clear_page(void *to)
*/ */
/* /*
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* r4 --- to * r4 --- to
* r5 --- to + PAGE_SIZE * r5 --- to + PAGE_SIZE
*/ */
ENTRY(clear_page_slow) ENTRY(clear_page)
mov r4,r5 mov r4,r5
mov.l .Llimit,r0 mov.l .Llimit,r0
add r0,r5 add r0,r5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment