diff options
Diffstat (limited to 'drivers/clocksource/timer-mp-csky.c')
-rw-r--r-- | drivers/clocksource/timer-mp-csky.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clocksource/timer-mp-csky.c b/drivers/clocksource/timer-mp-csky.c index a8acc431a774..3cb6dbc88b6d 100644 --- a/drivers/clocksource/timer-mp-csky.c +++ b/drivers/clocksource/timer-mp-csky.c | |||
@@ -79,11 +79,11 @@ static int csky_mptimer_starting_cpu(unsigned int cpu) | |||
79 | 79 | ||
80 | to->clkevt.cpumask = cpumask_of(cpu); | 80 | to->clkevt.cpumask = cpumask_of(cpu); |
81 | 81 | ||
82 | enable_percpu_irq(csky_mptimer_irq, 0); | ||
83 | |||
82 | clockevents_config_and_register(&to->clkevt, timer_of_rate(to), | 84 | clockevents_config_and_register(&to->clkevt, timer_of_rate(to), |
83 | 2, ULONG_MAX); | 85 | 2, ULONG_MAX); |
84 | 86 | ||
85 | enable_percpu_irq(csky_mptimer_irq, 0); | ||
86 | |||
87 | return 0; | 87 | return 0; |
88 | } | 88 | } |
89 | 89 | ||