Skip to content

Commit f2eddc6

Browse files
shenkirarbab
authored andcommitted
psi: Remove PSIHB_XIVR reference
The define for PSIHB_XIVR was removed with P7 support. Signed-off-by: Joel Stanley <[email protected]> Signed-off-by: Reza Arbab <[email protected]>
1 parent 9eb2874 commit f2eddc6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hw/psi.c

-2
Original file line numberDiff line numberDiff line change
@@ -879,8 +879,6 @@ static void psi_activate_phb(struct psi *psi)
879879
in_be64(psi->regs + PSIHB_CR));
880880
printf(" PSIHB_SEMR : %llx\n",
881881
in_be64(psi->regs + PSIHB_SEMR));
882-
printf(" PSIHB_XIVR : %llx\n",
883-
in_be64(psi->regs + PSIHB_XIVR));
884882
#endif
885883
}
886884

0 commit comments

Comments
 (0)