Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifdef __KERNEL__ |
2 | #ifndef __ASMPPC_AMIGAHW_H | ||||
3 | #define __ASMPPC_AMIGAHW_H | ||||
4 | |||||
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | #include <asm-m68k/amigahw.h> |
6 | |||||
7 | #undef CHIP_PHYSADDR | ||||
8 | #ifdef CONFIG_APUS_FAST_EXCEPT | ||||
9 | #define CHIP_PHYSADDR (0x000000) | ||||
10 | #else | ||||
11 | #define CHIP_PHYSADDR (0x004000) | ||||
12 | #endif | ||||
13 | |||||
14 | |||||
15 | #endif /* __ASMPPC_AMIGAHW_H */ | ||||
16 | #endif /* __KERNEL__ */ |