提交 b8c1c9fe 编写于 作者: K Kevin Hao 提交者: Will Deacon

arm64: entry: Fix the typo in the comment of el1_dbg()

The function name should be local_daif_mask().
Signed-off-by: NKevin Hao <haokexin@gmail.com>
Acked-by: NMark Rutlamd <mark.rutland@arm.com>
Link: https://lore.kernel.org/r/20200417103212.45812-2-haokexin@gmail.comSigned-off-by: NWill Deacon <will@kernel.org>
上级 132330f8
......@@ -57,7 +57,7 @@ static void notrace el1_dbg(struct pt_regs *regs, unsigned long esr)
/*
* The CPU masked interrupts, and we are leaving them masked during
* do_debug_exception(). Update PMR as if we had called
* local_mask_daif().
* local_daif_mask().
*/
if (system_uses_irq_prio_masking())
gic_write_pmr(GIC_PRIO_IRQON | GIC_PRIO_PSR_I_SET);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册