--- zzzz-none-000/linux-4.9.276/arch/mips/include/asm/mach-generic/spaces.h 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/arch/mips/include/asm/mach-generic/spaces.h 2023-04-05 08:19:00.000000000 +0000 @@ -22,11 +22,13 @@ #endif #ifdef CONFIG_32BIT +#ifndef CAC_BASE #ifdef CONFIG_KVM_GUEST #define CAC_BASE _AC(0x40000000, UL) #else #define CAC_BASE _AC(0x80000000, UL) #endif +#endif #ifndef IO_BASE #define IO_BASE _AC(0xa0000000, UL) #endif @@ -46,7 +48,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 */