We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d206a76 commit 73cb4a2Copy full SHA for 73cb4a2
arch/parisc/kernel/irq.c
@@ -498,7 +498,7 @@ asmlinkage void do_cpu_irq_mask(struct pt_regs *regs)
498
499
old_regs = set_irq_regs(regs);
500
local_irq_disable();
501
- irq_enter();
+ irq_enter_rcu();
502
503
eirr_val = mfctl(23) & cpu_eiem & per_cpu(local_ack_eiem, cpu);
504
if (!eirr_val)
@@ -533,7 +533,7 @@ asmlinkage void do_cpu_irq_mask(struct pt_regs *regs)
533
#endif /* CONFIG_IRQSTACKS */
534
535
out:
536
- irq_exit();
+ irq_exit_rcu();
537
set_irq_regs(old_regs);
538
return;
539
0 commit comments