[PATCH v7 01/11] powerpc: move set_soft_enabled() and rename

Michael Ellerman mpe at ellerman.id.au
Fri Apr 14 08:54:06 AEST 2017


Madhavan Srinivasan <maddy at linux.vnet.ibm.com> writes:
> @@ -269,7 +263,7 @@ notrace void arch_local_irq_restore(unsigned long en)
>  	replay = __check_irq_replay();
>  
>  	/* We can soft-enable now */
> -	set_soft_enabled(IRQ_DISABLE_MASK_NONE);
> +	soft_enabled_set(IRQ_DISABLE_MASK_NONE);

In upstream we don't have any of the IRQ_DISABLE_MASK_* flags.

So something's gotten a bit messed up here, did you forget to send a
patch, or are they out of order or something?

I spent 10 minutes with quilt trying to massage it but pretty much every
patch seems to be patching code that I don't have.

cheers


More information about the Linuxppc-dev mailing list