From 46c7d0d1ab610701b91ac9ba465e63f51e80ee06 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 7 Mar 2016 17:56:58 +0000 Subject: kernel: remove linux 4.3 support Signed-off-by: Felix Fietkau SVN-Revision: 48955 --- .../generic/patches-4.3/307-mips_highmem_offset.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 target/linux/generic/patches-4.3/307-mips_highmem_offset.patch (limited to 'target/linux/generic/patches-4.3/307-mips_highmem_offset.patch') diff --git a/target/linux/generic/patches-4.3/307-mips_highmem_offset.patch b/target/linux/generic/patches-4.3/307-mips_highmem_offset.patch deleted file mode 100644 index c9f0c84e30..0000000000 --- a/target/linux/generic/patches-4.3/307-mips_highmem_offset.patch +++ /dev/null @@ -1,17 +0,0 @@ -Adjust highmem offset to 0x10000000 to ensure that all kmalloc allocations -stay within the same 256M boundary. This ensures that -mlong-calls is not -needed on systems with more than 256M RAM. - -Signed-off-by: Felix Fietkau ---- ---- a/arch/mips/include/asm/mach-generic/spaces.h -+++ b/arch/mips/include/asm/mach-generic/spaces.h -@@ -44,7 +44,7 @@ - * Memory above this physical address will be considered highmem. - */ - #ifndef HIGHMEM_START --#define HIGHMEM_START _AC(0x20000000, UL) -+#define HIGHMEM_START _AC(0x10000000, UL) - #endif - - #endif /* CONFIG_32BIT */ -- cgit v1.2.3