Optimize andes_clear_page() and andes_copy_page() with prefetch
[linux-2.6/linux-mips.git] / include / asm-ppc / amigahw.h
blob4915473762d9b643c03ebf6ed548977605e4b318
1 #ifndef __ASMPPC_AMIGAHW_H
2 #define __ASMPPC_AMIGAHW_H
4 #include <linux/config.h>
5 #include <asm-m68k/amigahw.h>
7 #undef CHIP_PHYSADDR
8 #ifdef CONFIG_APUS_FAST_EXCEPT
9 #define CHIP_PHYSADDR (0x000000)
10 #else
11 #define CHIP_PHYSADDR (0x004000)
12 #endif
15 #endif /* __ASMPPC_AMIGAHW_H */