diff options
Diffstat (limited to 'arch/powerpc/include/asm/hw_irq.h')
| -rw-r--r-- | arch/powerpc/include/asm/hw_irq.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/hw_irq.h b/arch/powerpc/include/asm/hw_irq.h index 10be1dd01c6b..b59ac27a6b7d 100644 --- a/arch/powerpc/include/asm/hw_irq.h +++ b/arch/powerpc/include/asm/hw_irq.h @@ -25,6 +25,7 @@  #define PACA_IRQ_EE		0x04  #define PACA_IRQ_DEC		0x08 /* Or FIT */  #define PACA_IRQ_EE_EDGE	0x10 /* BookE only */ +#define PACA_IRQ_HMI		0x20  #endif /* CONFIG_PPC64 */  |