aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/platform/5206
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2008-02-01 02:40:52 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2008-02-01 05:02:04 -0500
commit0c6377f878eb767846934d6c70377afac9a4db68 (patch)
tree94089c74d5ee2eadea89a1ba927d21cf6ca9b42a /arch/m68knommu/platform/5206
parent79d8bfb01be752694fb3ae93555fcc0ad91b232b (diff)
m68knommu: remove dead timer int pending code
Remove all the dead timer interrupt checking functions for the ColdFire CPU "timers" hardware that are not used after switching to GENERIC_TIME. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu/platform/5206')
-rw-r--r--arch/m68knommu/platform/5206/config.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/m68knommu/platform/5206/config.c b/arch/m68knommu/platform/5206/config.c
index 8836b428a51..53a5920c2b7 100644
--- a/arch/m68knommu/platform/5206/config.c
+++ b/arch/m68knommu/platform/5206/config.c
@@ -109,20 +109,6 @@ void mcf_settimericr(unsigned int timer, unsigned int level)
109 109
110/***************************************************************************/ 110/***************************************************************************/
111 111
112int mcf_timerirqpending(int timer)
113{
114 unsigned int imr = 0;
115
116 switch (timer) {
117 case 1: imr = MCFSIM_IMR_TIMER1; break;
118 case 2: imr = MCFSIM_IMR_TIMER2; break;
119 default: break;
120 }
121 return (mcf_getipr() & imr);
122}
123
124/***************************************************************************/
125
126void __init config_BSP(char *commandp, int size) 112void __init config_BSP(char *commandp, int size)
127{ 113{
128 mcf_setimr(MCFSIM_IMR_MASKALL); 114 mcf_setimr(MCFSIM_IMR_MASKALL);