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 93d998825925..365fb6c52700 100644 --- a/arch/m68knommu/platform/5249/config.c +++ b/arch/m68knommu/platform/5249/config.c | |||
@@ -68,20 +68,6 @@ static void __init m5249_uarts_init(void) | |||
68 | 68 | ||
69 | /***************************************************************************/ | 69 | /***************************************************************************/ |
70 | 70 | ||
71 | void mcf_autovector(unsigned int vec) | ||
72 | { | ||
73 | volatile unsigned char *mbar; | ||
74 | |||
75 | if ((vec >= 25) && (vec <= 31)) { | ||
76 | mbar = (volatile unsigned char *) MCF_MBAR; | ||
77 | vec = 0x1 << (vec - 24); | ||
78 | *(mbar + MCFSIM_AVR) |= vec; | ||
79 | mcf_setimr(mcf_getimr() & ~vec); | ||
80 | } | ||
81 | } | ||
82 | |||
83 | /***************************************************************************/ | ||
84 | |||
85 | void mcf_settimericr(unsigned int timer, unsigned int level) | 71 | void mcf_settimericr(unsigned int timer, unsigned int level) |
86 | { | 72 | { |
87 | volatile unsigned char *icrp; | 73 | volatile unsigned char *icrp; |