aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/amigahw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/amigahw.h')
-rw-r--r--include/asm-ppc/amigahw.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/asm-ppc/amigahw.h b/include/asm-ppc/amigahw.h
new file mode 100644
index 000000000000..8c98945e7dc1
--- /dev/null
+++ b/include/asm-ppc/amigahw.h
@@ -0,0 +1,17 @@
1#ifdef __KERNEL__
2#ifndef __ASMPPC_AMIGAHW_H
3#define __ASMPPC_AMIGAHW_H
4
5#include <linux/config.h>
6#include <asm-m68k/amigahw.h>
7
8#undef CHIP_PHYSADDR
9#ifdef CONFIG_APUS_FAST_EXCEPT
10#define CHIP_PHYSADDR (0x000000)
11#else
12#define CHIP_PHYSADDR (0x004000)
13#endif
14
15
16#endif /* __ASMPPC_AMIGAHW_H */
17#endif /* __KERNEL__ */