Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-um / highmem.h
blob36974cb8abc7925124025c2b41d94e35783ffbb2
1 #ifndef __UM_HIGHMEM_H
2 #define __UM_HIGHMEM_H
4 #include "asm/page.h"
5 #include "asm/fixmap.h"
6 #include "asm/arch/highmem.h"
8 #undef PKMAP_BASE
10 #define PKMAP_BASE ((FIXADDR_START - LAST_PKMAP * PAGE_SIZE) & PMD_MASK)
12 #endif