highmem.h 224 B

123456789101112
  1. #ifndef __UM_HIGHMEM_H
  2. #define __UM_HIGHMEM_H
  3. #include "asm/page.h"
  4. #include "asm/fixmap.h"
  5. #include "asm/arch/highmem.h"
  6. #undef PKMAP_BASE
  7. #define PKMAP_BASE ((FIXADDR_START - LAST_PKMAP * PAGE_SIZE) & PMD_MASK)
  8. #endif