Skip to content

Commit

Permalink
sh: Build fixes for lib32 clear_page.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jan 28, 2008
1 parent 35a7449 commit 0dcb957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/sh/lib/clear_page.S
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
#include <asm/page.h>

/*
* clear_page_slow
* clear_page
* @to: P1 address
*
* void clear_page_slow(void *to)
* void clear_page(void *to)
*/

/*
* r0 --- scratch
* r4 --- to
* r5 --- to + PAGE_SIZE
*/
ENTRY(clear_page_slow)
ENTRY(clear_page)
mov r4,r5
mov.l .Llimit,r0
add r0,r5
Expand Down

0 comments on commit 0dcb957

Please sign in to comment.