mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
sh: Fix up sh4_flush_dcache_page() build on UP.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
64a6d72213
commit
e76a0136a3
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue