[PATCH 03/13] powerpc/64s: idle process interrupts from system reset wakeup

Nicholas Piggin npiggin at gmail.com
Tue Jun 13 23:28:51 AEST 2017


On Tue, 13 Jun 2017 23:05:47 +1000
Nicholas Piggin <npiggin at gmail.com> wrote:

> diff --git a/arch/powerpc/include/asm/hw_irq.h b/arch/powerpc/include/asm/hw_irq.h
> index f06112cf8734..8366bdc69988 100644
> --- a/arch/powerpc/include/asm/hw_irq.h
> +++ b/arch/powerpc/include/asm/hw_irq.h
> @@ -32,6 +32,7 @@
>  #ifndef __ASSEMBLY__
>  
>  extern void __replay_interrupt(unsigned int vector);
> +extern void __replay_wakeup_interrupt(unsigned long srr1);
>  
>  extern void timer_interrupt(struct pt_regs *);
>  extern void performance_monitor_exception(struct pt_regs *regs);

Oops, just noticed this remnant from an earlier version. Please
ignore this hunk.

Thanks,
Nick


More information about the Linuxppc-dev mailing list