未验证 提交 fe71e580 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!423 genirq bugfix for arm64

Merge Pull Request from: @LiuYongQiang0816 
 
genirq bugfix from Yipeng Zou 
 
Link:https://gitee.com/openeuler/kernel/pulls/423 

Reviewed-by: Zheng Zengkai <zhengzengkai@huawei.com> 
Signed-off-by: Zheng Zengkai <zhengzengkai@huawei.com> 
......@@ -105,8 +105,10 @@ void __irq_move_irq(struct irq_data *idata)
*/
idata = irq_desc_get_irq_data(irq_data_to_desc(idata));
#ifndef CONFIG_ARM64
if (unlikely(irqd_irq_disabled(idata)))
return;
#endif
/*
* Be careful vs. already masked interrupts. If this is a
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册