projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge with temp tree to get David's gdb inferior calls patch
[linux-2.6]
/
include
/
asm-m68k
/
page_offset.h
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