diff options
author | Greg Ungerer <gerg@snapgear.com> | 2006-06-25 20:33:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-25 20:43:33 -0400 |
commit | 6f57622a32e6bdc0a585c8be6f25bb8e75a3ff9e (patch) | |
tree | def6b3dd915d60684aa90917671eb2090a94ebbe /include/asm-m68knommu | |
parent | df8fbe1e7f250b157c5815a005a9650548315d1f (diff) |
[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.h | 3 |
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 @@ | |||
35 | #include <asm/m528xsim.h> | 35 | #include <asm/m528xsim.h> |
36 | #elif defined(CONFIG_M5307) | 36 | #elif defined(CONFIG_M5307) |
37 | #include <asm/m5307sim.h> | 37 | #include <asm/m5307sim.h> |
38 | #elif defined(CONFIG_M532x) | ||
39 | #include <asm/m532xsim.h> | ||
38 | #elif defined(CONFIG_M5407) | 40 | #elif defined(CONFIG_M5407) |
39 | #include <asm/m5407sim.h> | 41 | #include <asm/m5407sim.h> |
40 | #endif | 42 | #endif |
@@ -100,6 +102,7 @@ | |||
100 | #define MCFSIM_IMR_MASKALL 0x3ffe /* All intr sources */ | 102 | #define MCFSIM_IMR_MASKALL 0x3ffe /* All intr sources */ |
101 | #endif | 103 | #endif |
102 | 104 | ||
105 | |||
103 | /* | 106 | /* |
104 | * PIT interrupt settings, if not found in mXXXXsim.h file. | 107 | * PIT interrupt settings, if not found in mXXXXsim.h file. |
105 | */ | 108 | */ |