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:
9461702
)
m68knommu: remove unused kernel_set_cachemode()
author
Greg Ungerer
<gerg@uclinux.org>
Mon, 28 Mar 2011 08:00:08 +0000
(18:00 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Tue, 24 May 2011 00:03:50 +0000
(10:03 +1000)
None of the m68knommu platforms will ever use kernel_set_cachemode().
And it is specific to a couple of m68k devices. So remove it.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/mm/kmap_no.c
patch
|
blob
|
history
diff --git
a/arch/m68k/mm/kmap_no.c
b/arch/m68k/mm/kmap_no.c
index ece8d5ad4e6cefc24bf095092dd2034f61436fd9..38b2abe9d9a5a0c7ca9bd7166f4fc33fe1b5bb47 100644
(file)
--- a/
arch/m68k/mm/kmap_no.c
+++ b/
arch/m68k/mm/kmap_no.c
@@
-35,11
+35,3
@@
void iounmap(void *addr)
{
}
-/*
- * Set new cache mode for some kernel address space.
- * The caller must push data for that range itself, if such data may already
- * be in the cache.
- */
-void kernel_set_cachemode(void *addr, unsigned long size, int cmode)
-{
-}