sh: Build fixes for lib32 clear_page.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt 2007-11-23 13:55:02 +09:00
parent 35a74499a4
commit 0dcb957db5
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@
#include <asm/page.h>
/*
* clear_page_slow
* clear_page
* @to: P1 address
*
* void clear_page_slow(void *to)
* void clear_page(void *to)
*/
/*
@ -20,7 +20,7 @@
* r4 --- to
* r5 --- to + PAGE_SIZE
*/
ENTRY(clear_page_slow)
ENTRY(clear_page)
mov r4,r5
mov.l .Llimit,r0
add r0,r5