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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/mpic.h b/arch/powerpc/include/asm/mpic.h
index ba0b2046106e..b9d2c0fb0492 100644
--- a/arch/powerpc/include/asm/mpic.h
+++ b/arch/powerpc/include/asm/mpic.h
@@ -334,11 +334,11 @@ struct mpic
334 * Note setting any ID (leaving those bits to 0) means standard MPIC 334 * Note setting any ID (leaving those bits to 0) means standard MPIC
335 */ 335 */
336 336
337/* This is the primary controller, only that one has IPIs and 337/*
338 * has afinity control. A non-primary MPIC always uses CPU0 338 * This is a secondary ("chained") controller; it only uses the CPU0
339 * registers only 339 * registers. Primary controllers have IPIs and affinity control.
340 */ 340 */
341#define MPIC_PRIMARY 0x00000001 341#define MPIC_SECONDARY 0x00000001
342 342
343/* Set this for a big-endian MPIC */ 343/* Set this for a big-endian MPIC */
344#define MPIC_BIG_ENDIAN 0x00000002 344#define MPIC_BIG_ENDIAN 0x00000002