[RFC PATCH v3 08/12] powerpc: Introduce new mask bit for soft_enabled

Nicholas Piggin npiggin at gmail.com
Thu Aug 25 17:05:49 AEST 2016


On Thu, 25 Aug 2016 11:59:59 +0530
Madhavan Srinivasan <maddy at linux.vnet.ibm.com> wrote:

> diff --git a/arch/powerpc/include/asm/hw_irq.h b/arch/powerpc/include/asm/hw_irq.h
> index c19169ac1fbb..e457438c6fdf 100644
> --- a/arch/powerpc/include/asm/hw_irq.h
> +++ b/arch/powerpc/include/asm/hw_irq.h
> @@ -32,6 +32,7 @@
>   */
>  #define IRQ_DISABLE_MASK_NONE		0
>  #define IRQ_DISABLE_MASK_LINUX		1
> +#define IRQ_DISABLE_MASK_PMU		2
>  
>  #endif /* CONFIG_PPC64 */

This bit belongs in patch 10, I think?


More information about the Linuxppc-dev mailing list