projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35a7449
)
sh: Build fixes for lib32 clear_page.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 23 Nov 2007 04:55:02 +0000
(13:55 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:56 +0000
(13:18 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/lib/clear_page.S
patch
|
blob
|
history
diff --git
a/arch/sh/lib/clear_page.S
b/arch/sh/lib/clear_page.S
index
7a7c81e
..
36d44ef
100644
(file)
--- a/
arch/sh/lib/clear_page.S
+++ b/
arch/sh/lib/clear_page.S
@@
-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