Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] Fix uniprocessor Sibyte builds.

Signed-off-by: Andrew Sharp <tigerand@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Andrew Sharp and committed by
Ralf Baechle
366d6aef 7da8a581

+6
+6
arch/mips/mm/c-sb1.c
··· 259 259 on_each_cpu(sb1_flush_cache_data_page_ipi, (void *) addr, 1, 1); 260 260 } 261 261 #else 262 + 263 + static void local_sb1_flush_cache_data_page(unsigned long addr) 264 + { 265 + __sb1_writeback_inv_dcache_range(addr, addr + PAGE_SIZE); 266 + } 267 + 262 268 void sb1_flush_cache_data_page(unsigned long) 263 269 __attribute__((alias("local_sb1_flush_cache_data_page"))); 264 270 #endif