1 #ifndef _ASM_FIXMAP_H 2 #define _ASM_FIXMAP_H 3 4 #define FIXADDR_TOP (0xffffe000UL) 5 #define FIXADDR_SIZE (0 << PAGE_SHIFT) 6 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE) 7 8 #endif 9