aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm')
-rw-r--r--arch/powerpc/include/asm/mpic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/mpic.h b/arch/powerpc/include/asm/mpic.h
index 7005ee0b074d..25a0cb3a79f3 100644
--- a/arch/powerpc/include/asm/mpic.h
+++ b/arch/powerpc/include/asm/mpic.h
@@ -371,6 +371,8 @@ struct mpic
371 * NOTE: This flag trumps MPIC_WANTS_RESET. 371 * NOTE: This flag trumps MPIC_WANTS_RESET.
372 */ 372 */
373#define MPIC_NO_RESET 0x00004000 373#define MPIC_NO_RESET 0x00004000
374/* Freescale MPIC (compatible includes "fsl,mpic") */
375#define MPIC_FSL 0x00008000
374 376
375/* MPIC HW modification ID */ 377/* MPIC HW modification ID */
376#define MPIC_REGSET_MASK 0xf0000000 378#define MPIC_REGSET_MASK 0xf0000000