diff options
Diffstat (limited to 'arch/mips/mti-sead3/sead3-time.c')
-rw-r--r-- | arch/mips/mti-sead3/sead3-time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mti-sead3/sead3-time.c b/arch/mips/mti-sead3/sead3-time.c index 96b42eb9b5e2..a43ea3cc0a3b 100644 --- a/arch/mips/mti-sead3/sead3-time.c +++ b/arch/mips/mti-sead3/sead3-time.c | |||
@@ -91,7 +91,7 @@ static void __init plat_perf_setup(void) | |||
91 | } | 91 | } |
92 | } | 92 | } |
93 | 93 | ||
94 | unsigned int __cpuinit get_c0_compare_int(void) | 94 | unsigned int get_c0_compare_int(void) |
95 | { | 95 | { |
96 | if (cpu_has_vint) | 96 | if (cpu_has_vint) |
97 | set_vi_handler(cp0_compare_irq, mips_timer_dispatch); | 97 | set_vi_handler(cp0_compare_irq, mips_timer_dispatch); |