more changes on original files
[linux-2.4.git] / include / asm-parisc / fixmap.h
1 #ifndef _ASM_FIXMAP_H
2 #define _ASM_FIXMAP_H
3
4 /*
5  * Allocate a 8 Mb temporary mapping area for copy_user_page/clear_user_page.
6  * This area needs to be aligned on a 8 Mb boundary.
7  */
8
9 #define TMPALIAS_MAP_START (__PAGE_OFFSET - 0x01000000)
10 #define FIXADDR_START   ((unsigned long)TMPALIAS_MAP_START)
11
12 #endif