diff options
Diffstat (limited to 'include/asm-ppc/amigahw.h')
-rw-r--r-- | include/asm-ppc/amigahw.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/asm-ppc/amigahw.h b/include/asm-ppc/amigahw.h index 7fae6f85c..491547376 100644 --- a/include/asm-ppc/amigahw.h +++ b/include/asm-ppc/amigahw.h @@ -1 +1,15 @@ +#ifndef __ASMPPC_AMIGAHW_H +#define __ASMPPC_AMIGAHW_H + +#include <linux/config.h> #include <asm-m68k/amigahw.h> + +#undef CHIP_PHYSADDR +#ifdef CONFIG_APUS_FAST_EXCEPT +#define CHIP_PHYSADDR (0x000000) +#else +#define CHIP_PHYSADDR (0x004000) +#endif + + +#endif /* __ASMPPC_AMIGAHW_H */ |