projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a6d72
)
sh: Fix up sh4_flush_dcache_page() build on UP.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 27 Aug 2009 02:31:16 +0000
(11:31 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 27 Aug 2009 02:31:16 +0000
(11:31 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/cache-sh4.c
patch
|
blob
|
history
diff --git
a/arch/sh/mm/cache-sh4.c
b/arch/sh/mm/cache-sh4.c
index e3b77f0fa47035fa947fcaedeb1de648018b0228..2775f84d9aa3cc311a4ddcb034742200cdfe8433 100644
(file)
--- a/
arch/sh/mm/cache-sh4.c
+++ b/
arch/sh/mm/cache-sh4.c
@@
-103,8
+103,9
@@
static inline void flush_cache_4096(unsigned long start,
* Write back & invalidate the D-cache of the page.
* (To avoid "alias" issues)
*/
-static void sh4_flush_dcache_page(void *
page
)
+static void sh4_flush_dcache_page(void *
arg
)
{
+ struct page *page = arg;
#ifndef CONFIG_SMP
struct address_space *mapping = page_mapping(page);