repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-m68k
/
page_offset.h
blob
86d3c2845ad4e33fed7b59c3c96c6f5c5049221a
1
#include <linux/config.h>
2
3
/* This handles the memory map.. */
4
#ifndef CONFIG_SUN3
5
#define PAGE_OFFSET_RAW 0x00000000
6
#else
7
#define PAGE_OFFSET_RAW 0x0E000000
8
#endif
9