|
@@ -39,7 +39,6 @@ extern pte_t *pkmap_page_table;
|
|
* easily, subsequent pte tables have to be allocated in one physical
|
|
* easily, subsequent pte tables have to be allocated in one physical
|
|
* chunk of RAM.
|
|
* chunk of RAM.
|
|
*/
|
|
*/
|
|
-#define PKMAP_BASE (0xfe000000UL)
|
|
|
|
#define LAST_PKMAP 1024
|
|
#define LAST_PKMAP 1024
|
|
#define LAST_PKMAP_MASK (LAST_PKMAP-1)
|
|
#define LAST_PKMAP_MASK (LAST_PKMAP-1)
|
|
#define PKMAP_NR(virt) ((virt-PKMAP_BASE) >> PAGE_SHIFT)
|
|
#define PKMAP_NR(virt) ((virt-PKMAP_BASE) >> PAGE_SHIFT)
|