Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
m68k
include
asm
page_offset.h
Go to the documentation of this file.
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
Generated on Thu Jan 10 2013 13:04:08 for Linux Kernel by
1.8.2