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

Michael Ellerman mpe at ellerman.id.au
Wed Jun 14 21:29:32 AEST 2017


Nicholas Piggin <npiggin at gmail.com> writes:

> 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.

Done.

cheers


More information about the Linuxppc-dev mailing list