mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
clocksource: rockchip_timer: set clockevent irq flags include IRQF_PERCPU
Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
This commit is contained in:
@@ -316,7 +316,7 @@ static void __init rk_timer_init_ce_timer(struct device_node *np, unsigned int c
|
||||
snprintf(timer->name, sizeof(timer->name), TIMER_NAME "%d", cpu);
|
||||
irq->irq = irq_of_parse_and_map(np, 0);
|
||||
irq->name = timer->name;
|
||||
irq->flags = IRQF_TIMER | IRQF_NOBALANCING;
|
||||
irq->flags = IRQF_TIMER | IRQF_NOBALANCING | IRQF_PERCPU;
|
||||
irq->handler = rk_timer_clockevent_interrupt;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user