From e8e4b6eed8da155967519183652a74fa43d51abf Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 25 Jan 2016 10:28:29 +0000 Subject: kernel: fix a small bug in the MIPS highmem fix Signed-off-by: Felix Fietkau SVN-Revision: 48482 --- target/linux/generic/patches-4.3/309-mips_fuse_workaround.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/generic/patches-4.3/309-mips_fuse_workaround.patch') diff --git a/target/linux/generic/patches-4.3/309-mips_fuse_workaround.patch b/target/linux/generic/patches-4.3/309-mips_fuse_workaround.patch index 811dd6b808..14d7962b94 100644 --- a/target/linux/generic/patches-4.3/309-mips_fuse_workaround.patch +++ b/target/linux/generic/patches-4.3/309-mips_fuse_workaround.patch @@ -1,6 +1,6 @@ --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c -@@ -38,6 +38,7 @@ void (*__flush_cache_vunmap)(void); +@@ -39,6 +39,7 @@ void (*__flush_cache_vunmap)(void); void (*__flush_kernel_vmap_range)(unsigned long vaddr, int size); EXPORT_SYMBOL_GPL(__flush_kernel_vmap_range); -- cgit v1.2.3