diff options
Diffstat (limited to 'arch/powerpc/kernel/irq.c')
| -rw-r--r-- | arch/powerpc/kernel/irq.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index c5b9ce887483..c9535f2760b5 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c @@ -238,7 +238,7 @@ static void __do_irq(struct pt_regs *regs, unsigned long oldsp)  	irq = static_call(ppc_get_irq)();  	/* We can hard enable interrupts now to allow perf interrupts */ -	if (should_hard_irq_enable()) +	if (should_hard_irq_enable(regs))  		do_hard_irq_enable();  	/* And finally process it */ |