X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-mips%2Fhighmem.h;h=4374ab2adc756626cd5d9278b37679737a9db6ca;hb=ac9d463afb1ca2434335351f3b7d9e4c8f8470e9;hp=4d6bd5c31c7bf38f5551d08a2db3b980ed1cac37;hpb=eedab661a51966c454e38c17266a531aa58b4a98;p=linux-2.6 diff --git a/include/asm-mips/highmem.h b/include/asm-mips/highmem.h index 4d6bd5c31c..4374ab2adc 100644 --- a/include/asm-mips/highmem.h +++ b/include/asm-mips/highmem.h @@ -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)