ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-m68knommu / page_offset.h
1
2 #include <linux/config.h>
3 #include <asm/shglcore.h>
4
5 /* This handles the memory map.. */
6
7 #ifdef CONFIG_COLDFIRE
8 #if defined(CONFIG_SMALL)
9 #define PAGE_OFFSET_RAW         0x30020000
10 #elif defined(CONFIG_CFV240)
11 #define PAGE_OFFSET_RAW         0x02000000
12 #else
13 #define PAGE_OFFSET_RAW         0x00000000
14 #endif
15 #endif
16
17 #ifdef CONFIG_M68360
18 #define PAGE_OFFSET_RAW     0x00000000
19 #endif
20
21 #ifdef CONFIG_PILOT
22 #ifdef CONFIG_M68328
23 #define PAGE_OFFSET_RAW         0x10000000
24 #endif
25 #ifdef CONFIG_M68EZ328
26 #define PAGE_OFFSET_RAW         0x00000000
27 #endif
28 #endif
29 #ifdef CONFIG_UCSIMM
30 #define PAGE_OFFSET_RAW         0x00000000
31 #endif
32
33 #if defined(CONFIG_UCDIMM) || defined(CONFIG_DRAGEN2)
34 #ifdef CONFIG_M68VZ328 
35 #define PAGE_OFFSET_RAW         0x00000000
36 #endif /* CONFIG_M68VZ328 */
37 #endif /* CONFIG_UCDIMM */
38
39 #ifdef CONFIG_M68EZ328ADS
40 #define PAGE_OFFSET_RAW         0x00000000
41 #endif
42 #ifdef CONFIG_ALMA_ANS
43 #define PAGE_OFFSET_RAW         0x00000000
44 #endif
45 #ifdef CONFIG_M68EN302
46 #define PAGE_OFFSET_RAW         0x00000000
47 #endif
48 #ifdef CONFIG_SHGLCORE
49 #define PAGE_OFFSET_RAW         SHGLCORE_RAM_BANK_0_ADDR 
50 #endif
51