projects
/
releases.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
GNU Linux-libre 4.4.295-gnu1
[releases.git]
/
arch
/
m68k
/
include
/
asm
/
page_offset.h
1
/* This handles the memory map.. */
2
3
#if defined(CONFIG_RAMBASE)
4
#define PAGE_OFFSET_RAW CONFIG_RAMBASE
5
#elif defined(CONFIG_SUN3)
6
#define PAGE_OFFSET_RAW 0x0E000000
7
#else
8
#define PAGE_OFFSET_RAW 0x00000000
9
#endif