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

Configure Feed

Select the types of activity you want to include in your feed.

[MIPS] R3000: local_flush_data_cache_page take a pointer argument.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+1 -1
+1 -1
arch/mips/mm/c-r3k.c
··· 260 260 { 261 261 } 262 262 263 - static void local_r3k_flush_data_cache_page(unsigned long addr) 263 + static void local_r3k_flush_data_cache_page(void *addr) 264 264 { 265 265 } 266 266