aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-22 23:55:02 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:56 -0500
commit0dcb957db5eb658d636097a9283dabdbf59de283 (patch)
tree5775062302252ff6cc400dbda82a484a4b013bf1 /arch/sh
parent35a74499a4f5abbfcdf85629d696c8cfdbd2167f (diff)
sh: Build fixes for lib32 clear_page.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/lib/clear_page.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/lib/clear_page.S b/arch/sh/lib/clear_page.S
index 7a7c81ee3f0..36d44ef2b8a 100644
--- a/arch/sh/lib/clear_page.S
+++ b/arch/sh/lib/clear_page.S
@@ -9,10 +9,10 @@
9#include <asm/page.h> 9#include <asm/page.h>
10 10
11/* 11/*
12 * clear_page_slow 12 * clear_page
13 * @to: P1 address 13 * @to: P1 address
14 * 14 *
15 * void clear_page_slow(void *to) 15 * void clear_page(void *to)
16 */ 16 */
17 17
18/* 18/*
@@ -20,7 +20,7 @@
20 * r4 --- to 20 * r4 --- to
21 * r5 --- to + PAGE_SIZE 21 * r5 --- to + PAGE_SIZE
22 */ 22 */
23ENTRY(clear_page_slow) 23ENTRY(clear_page)
24 mov r4,r5 24 mov r4,r5
25 mov.l .Llimit,r0 25 mov.l .Llimit,r0
26 add r0,r5 26 add r0,r5