Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
994442e807782d68bb1d3ae34044f95990411a22
/
.
/
include
/
asm-m68k
/
page_offset.h
blob: 86d3c2845ad4e33fed7b59c3c96c6f5c5049221a [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
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