aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68knommu
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2006-06-26 10:33:10 +1000
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-25 17:43:33 -0700
commit6f57622a32e6bdc0a585c8be6f25bb8e75a3ff9e (patch)
treedef6b3dd915d60684aa90917671eb2090a94ebbe /include/asm-m68knommu
parent[PATCH] m68knommu: add ColdFire 532x cache init (diff)
downloadlinux-dev-6f57622a32e6bdc0a585c8be6f25bb8e75a3ff9e.tar.xz
linux-dev-6f57622a32e6bdc0a585c8be6f25bb8e75a3ff9e.zip
[PATCH] m68knommu: include ColdFire 532x register definitions
Include the ColdFire 532x support when including ColdFire peripharp support definitions. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-m68knommu')
-rw-r--r--include/asm-m68knommu/mcfsim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-m68knommu/mcfsim.h b/include/asm-m68knommu/mcfsim.h
index 97a0c2734a72..1074ae717f74 100644
--- a/include/asm-m68knommu/mcfsim.h
+++ b/include/asm-m68knommu/mcfsim.h
@@ -35,6 +35,8 @@
#include <asm/m528xsim.h>
#elif defined(CONFIG_M5307)
#include <asm/m5307sim.h>
+#elif defined(CONFIG_M532x)
+#include <asm/m532xsim.h>
#elif defined(CONFIG_M5407)
#include <asm/m5407sim.h>
#endif
@@ -100,6 +102,7 @@
#define MCFSIM_IMR_MASKALL 0x3ffe /* All intr sources */
#endif
+
/*
* PIT interrupt settings, if not found in mXXXXsim.h file.
*/