projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/arch/sh/lib/clear_page.S
b/arch/sh/lib/clear_page.S
index 7a7c81ee3f01659b14f24d818c02cb4e5f525f07..36d44ef2b8a265e872eeacc7b685e0aa166c8070 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