repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* add p cc
[mascara-docs.git]
/
i386
/
linux
/
linux-2.3.21
/
include
/
asm-i386
/
page_offset.h
blob
bb3a64dc16be25b333a262031008561c87d35b21
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