projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce486cd
)
[MIPS] R3000: local_flush_data_cache_page take a pointer argument.
author
Ralf Baechle
<ralf@linux-mips.org>
Sat, 24 Mar 2007 13:20:15 +0000
(13:20 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 24 Mar 2007 17:01:50 +0000
(17:01 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/c-r3k.c
patch
|
blob
|
history
diff --git
a/arch/mips/mm/c-r3k.c
b/arch/mips/mm/c-r3k.c
index d1af42c2a52e1b24c4342ab1a2990ededac007e6..59868a1edf6674c6343aec124b372b4aa6879d0c 100644
(file)
--- a/
arch/mips/mm/c-r3k.c
+++ b/
arch/mips/mm/c-r3k.c
@@
-260,7
+260,7
@@
static void r3k_flush_cache_page(struct vm_area_struct *vma, unsigned long page,
{
}
-static void local_r3k_flush_data_cache_page(
unsigned long
addr)
+static void local_r3k_flush_data_cache_page(
void *
addr)
{
}