提交 fdea77b8 编写于 作者: T Thomas Gleixner

arm: gic: Use proper accessor functions

Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 ac93cdbd
......@@ -382,7 +382,7 @@ void __cpuinit gic_enable_ppi(unsigned int irq)
unsigned long flags;
local_irq_save(flags);
irq_to_desc(irq)->status |= IRQ_NOPROBE;
irq_set_status_flags(irq, IRQ_NOPROBE);
gic_unmask_irq(irq_get_irq_data(irq));
local_irq_restore(flags);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册