aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/platform/532x/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68knommu/platform/532x/config.c')
-rw-r--r--arch/m68knommu/platform/532x/config.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/m68knommu/platform/532x/config.c b/arch/m68knommu/platform/532x/config.c
index 758bc7a9af96..4f44b632045b 100644
--- a/arch/m68knommu/platform/532x/config.c
+++ b/arch/m68knommu/platform/532x/config.c
@@ -116,20 +116,6 @@ void mcf_settimericr(unsigned int timer, unsigned int level)
116 116
117/***************************************************************************/ 117/***************************************************************************/
118 118
119int mcf_timerirqpending(int timer)
120{
121 unsigned int imr = 0;
122
123 switch (timer) {
124 case 1: imr = 0x1; break;
125 case 2: imr = 0x2; break;
126 default: break;
127 }
128 return (mcf_getiprh() & imr);
129}
130
131/***************************************************************************/
132
133void __init config_BSP(char *commandp, int size) 119void __init config_BSP(char *commandp, int size)
134{ 120{
135 mcf_setimr(MCFSIM_IMR_MASKALL); 121 mcf_setimr(MCFSIM_IMR_MASKALL);