]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/highmem.h
SUNRPC: Clean up debug messages in rpcb_clnt.c
[linux-2.6-omap-h63xx.git] / include / asm-mips / highmem.h
index 4d6bd5c31c7bf38f5551d08a2db3b980ed1cac37..4374ab2adc756626cd5d9278b37679737a9db6ca 100644 (file)
@@ -39,7 +39,6 @@ extern pte_t *pkmap_page_table;
  * easily, subsequent pte tables have to be allocated in one physical
  * chunk of RAM.
  */
-#define PKMAP_BASE (0xfe000000UL)
 #define LAST_PKMAP 1024
 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
 #define PKMAP_NR(virt)  ((virt-PKMAP_BASE) >> PAGE_SHIFT)