aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/mpic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/mpic.h')
-rw-r--r--arch/powerpc/include/asm/mpic.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/powerpc/include/asm/mpic.h b/arch/powerpc/include/asm/mpic.h
index 2ebac31d1bbd..d7e3fec343d8 100644
--- a/arch/powerpc/include/asm/mpic.h
+++ b/arch/powerpc/include/asm/mpic.h
@@ -348,8 +348,6 @@ struct mpic
348#define MPIC_U3_HT_IRQS 0x00000004 348#define MPIC_U3_HT_IRQS 0x00000004
349/* Broken IPI registers (autodetected) */ 349/* Broken IPI registers (autodetected) */
350#define MPIC_BROKEN_IPI 0x00000008 350#define MPIC_BROKEN_IPI 0x00000008
351/* MPIC wants a reset */
352#define MPIC_WANTS_RESET 0x00000010
353/* Spurious vector requires EOI */ 351/* Spurious vector requires EOI */
354#define MPIC_SPV_EOI 0x00000020 352#define MPIC_SPV_EOI 0x00000020
355/* No passthrough disable */ 353/* No passthrough disable */
@@ -366,9 +364,7 @@ struct mpic
366#define MPIC_SINGLE_DEST_CPU 0x00001000 364#define MPIC_SINGLE_DEST_CPU 0x00001000
367/* Enable CoreInt delivery of interrupts */ 365/* Enable CoreInt delivery of interrupts */
368#define MPIC_ENABLE_COREINT 0x00002000 366#define MPIC_ENABLE_COREINT 0x00002000
369/* Disable resetting of the MPIC. 367/* Do not reset the MPIC during initialization */
370 * NOTE: This flag trumps MPIC_WANTS_RESET.
371 */
372#define MPIC_NO_RESET 0x00004000 368#define MPIC_NO_RESET 0x00004000
373/* Freescale MPIC (compatible includes "fsl,mpic") */ 369/* Freescale MPIC (compatible includes "fsl,mpic") */
374#define MPIC_FSL 0x00008000 370#define MPIC_FSL 0x00008000