repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
parisc: Use vsprintf extention %pf with builtin_return_address
[linux/fpc-iii.git]
/
arch
/
m68k
/
include
/
asm
/
page_offset.h
blob
82626a8f1d0a951597718ae68852050be20a60a7
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