diff options
Diffstat (limited to 'arch/m68knommu/platform/5249/config.c')
-rw-r--r-- | arch/m68knommu/platform/5249/config.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/m68knommu/platform/5249/config.c b/arch/m68knommu/platform/5249/config.c index 76a2c785245e..d299f7b8768a 100644 --- a/arch/m68knommu/platform/5249/config.c +++ b/arch/m68knommu/platform/5249/config.c | |||
@@ -105,20 +105,6 @@ void mcf_settimericr(unsigned int timer, unsigned int level) | |||
105 | 105 | ||
106 | /***************************************************************************/ | 106 | /***************************************************************************/ |
107 | 107 | ||
108 | int mcf_timerirqpending(int timer) | ||
109 | { | ||
110 | unsigned int imr = 0; | ||
111 | |||
112 | switch (timer) { | ||
113 | case 1: imr = MCFSIM_IMR_TIMER1; break; | ||
114 | case 2: imr = MCFSIM_IMR_TIMER2; break; | ||
115 | default: break; | ||
116 | } | ||
117 | return (mcf_getipr() & imr); | ||
118 | } | ||
119 | |||
120 | /***************************************************************************/ | ||
121 | |||
122 | void __init config_BSP(char *commandp, int size) | 108 | void __init config_BSP(char *commandp, int size) |
123 | { | 109 | { |
124 | mcf_setimr(MCFSIM_IMR_MASKALL); | 110 | mcf_setimr(MCFSIM_IMR_MASKALL); |