diff options
author | Scott Wood <scottwood@freescale.com> | 2011-03-24 16:43:54 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-05-19 01:14:27 -0500 |
commit | 22d168ce60272ca112e86e58c5ebde82f20f9c83 (patch) | |
tree | 9be17df8b4173c7e0fa380614ae5ba3bcbe594b9 /arch/powerpc/include/asm/mpic.h | |
parent | c281739f5988af1f86ef06e92485aec25b8c8c4f (diff) | |
download | blackbird-op-linux-22d168ce60272ca112e86e58c5ebde82f20f9c83.tar.gz blackbird-op-linux-22d168ce60272ca112e86e58c5ebde82f20f9c83.zip |
powerpc/mpic: parse 4-cell intspec types other than zero
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/mpic.h')
-rw-r--r-- | arch/powerpc/include/asm/mpic.h | 2 |
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 * NOTE: This flag trumps MPIC_WANTS_RESET. */ #define MPIC_NO_RESET 0x00004000 +/* Freescale MPIC (compatible includes "fsl,mpic") */ +#define MPIC_FSL 0x00008000 /* MPIC HW modification ID */ #define MPIC_REGSET_MASK 0xf0000000 |