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
hwmon: (jc42) Change detection class
[linux/fpc-iii.git]
/
arch
/
m68k
/
include
/
asm
/
page_offset.h
blob
1780152d81dace541507110a04e4065f49fb3cdc
1
/* This handles the memory map.. */
2
3
#ifdef CONFIG_MMU
4
#ifndef CONFIG_SUN3
5
#define PAGE_OFFSET_RAW 0x00000000
6
#else
7
#define PAGE_OFFSET_RAW 0x0E000000
8
#endif
9
#else
10
#define PAGE_OFFSET_RAW CONFIG_RAMBASE
11
#endif