提交 94b461f6 编写于 作者: Y Yipeng Zou 提交者: Yongqiang Liu

genirq: introduce handle_fasteoi_edge_irq for phytium

hulk inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/I6WPFT
CVE: NA

--------------------------------

Since we fix the issue that irq may lose in gic-v3.

It also needs fixed in phytium platform.
Signed-off-by: NYipeng Zou <zouyipeng@huawei.com>
Reviewed-by: NZhang Jianhua <chris.zjh@huawei.com>
Reviewed-by: NLiao Chang <liaochang1@huawei.com>
Signed-off-by: NYongqiang Liu <liuyongqiang13@huawei.com>
上级 a95cc4da
......@@ -1301,7 +1301,7 @@ static int gic_irq_domain_map(struct irq_domain *d, unsigned int irq,
if (!gic_dist_supports_lpis())
return -EPERM;
irq_domain_set_info(d, irq, hw, chip, d->host_data,
handle_fasteoi_irq, NULL, NULL);
handle_fasteoi_edge_irq, NULL, NULL);
}
/* Prevents SW retriggers which mess up the ACK/EOI ordering */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册