Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-ppc / amigahw.h
blob8c98945e7dc1f9337b8b5ea239b0a63fa05e47ff
1 #ifdef __KERNEL__
2 #ifndef __ASMPPC_AMIGAHW_H
3 #define __ASMPPC_AMIGAHW_H
5 #include <linux/config.h>
6 #include <asm-m68k/amigahw.h>
8 #undef CHIP_PHYSADDR
9 #ifdef CONFIG_APUS_FAST_EXCEPT
10 #define CHIP_PHYSADDR (0x000000)
11 #else
12 #define CHIP_PHYSADDR (0x004000)
13 #endif
16 #endif /* __ASMPPC_AMIGAHW_H */
17 #endif /* __KERNEL__ */