aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/platform/5272/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68knommu/platform/5272/config.c')
-rw-r--r--arch/m68knommu/platform/5272/config.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/m68knommu/platform/5272/config.c b/arch/m68knommu/platform/5272/config.c
index 2a3cf5ea133..2aca599a1ca 100644
--- a/arch/m68knommu/platform/5272/config.c
+++ b/arch/m68knommu/platform/5272/config.c
@@ -123,19 +123,6 @@ void mcf_settimericr(int timer, int level)
123 123
124/***************************************************************************/ 124/***************************************************************************/
125 125
126int mcf_timerirqpending(int timer)
127{
128 volatile unsigned long *icrp;
129
130 if ((timer >= 1 ) && (timer <= 4)) {
131 icrp = (volatile unsigned long *) (MCF_MBAR + MCFSIM_ICR1);
132 return (*icrp & (0x8 << ((4 - timer) * 4)));
133 }
134 return 0;
135}
136
137/***************************************************************************/
138
139void __init config_BSP(char *commandp, int size) 126void __init config_BSP(char *commandp, int size)
140{ 127{
141#if defined (CONFIG_MOD5272) 128#if defined (CONFIG_MOD5272)