* add p cc
[mascara-docs.git] / i386 / linux / linux-2.3.21 / include / asm-i386 / page_offset.h
blobbb3a64dc16be25b333a262031008561c87d35b21
1 #include <linux/config.h>
2 #ifdef CONFIG_1GB
3 #define PAGE_OFFSET_RAW 0xC0000000
4 #elif defined(CONFIG_2GB)
5 #define PAGE_OFFSET_RAW 0x80000000
6 #elif defined(CONFIG_3GB)
7 #define PAGE_OFFSET_RAW 0x40000000
8 #endif