提交 21f7e8bb 编写于 作者: W Wei Li 提交者: Xie XiuQi

irqchip/gic-v3: revert f0e6010dc18b ("irqchip/gic-v3: fix system hang caused by ftrace")

hulk inclusion
category: bugfix
bugzilla: 12844
CVE: NA

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

Revert f0e6010dc18b ("irqchip/gic-v3: fix system hang caused by
ftrace"), which is a walkaround before, to prepare for the formal fix.
Signed-off-by: NWei Li <liwei391@huawei.com>
Reviewed-by: NYang Yingliang <yangyingliang@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 91174684
...@@ -491,8 +491,7 @@ static inline void gic_handle_nmi(u32 irqnr, struct pt_regs *regs) ...@@ -491,8 +491,7 @@ static inline void gic_handle_nmi(u32 irqnr, struct pt_regs *regs)
gic_deactivate_unhandled(irqnr); gic_deactivate_unhandled(irqnr);
} }
static asmlinkage void __exception_irq_entry notrace static asmlinkage void __exception_irq_entry gic_handle_irq(struct pt_regs *regs)
gic_handle_irq(struct pt_regs *regs)
{ {
u32 irqnr; u32 irqnr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册