100-fix-highmem-offset.patch 330 B

1234567891011
  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. +#define HIGHMEM_START _AC(0x20000000, UL)
  7. +
  8. #include <asm/mach-generic/spaces.h>
  9. #endif /* __ASM_AR7_SPACES_H */