Skip to content

Commit

Permalink
Fix PIR mask for POWER9
Browse files Browse the repository at this point in the history
Fix typo in PIR mask for POWER9. Fixes booting multi-chip.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
mikey authored and stewartsmith committed Jan 16, 2017
1 parent e0f184b commit e9d2bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define MSR_LE PPC_BIT(63) /* Little Endian */

/* PIR */
#define SPR_PIR_P9_MASK 0x07ff /* Mask of implemented bits */
#define SPR_PIR_P9_MASK 0x7fff /* Mask of implemented bits */
#define SPR_PIR_P8_MASK 0x1fff /* Mask of implemented bits */
#define SPR_PIR_P7_MASK 0x03ff /* Mask of implemented bits */

Expand Down

0 comments on commit e9d2bfc

Please sign in to comment.