dnsmasq: move feature detection inside a shell func
[openwrt/openwrt.git] / target / linux / ar7 / patches-4.9 / 100-fix-highmem-offset.patch
1 --- a/arch/mips/include/asm/mach-ar7/spaces.h
2 +++ b/arch/mips/include/asm/mach-ar7/spaces.h
3 @@ -20,6 +20,8 @@
4 #define UNCAC_BASE _AC(0xb4000000, UL) /* 0xa0000000 + PHYS_OFFSET */
5 #define IO_BASE UNCAC_BASE
6
7 +#define HIGHMEM_START _AC(0x20000000, UL)
8 +
9 #include <asm/mach-generic/spaces.h>
10
11 #endif /* __ASM_AR7_SPACES_H */