aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2023-06-20 10:00:20 +0930
committerReza Arbab <arbab@linux.ibm.com>2023-07-12 11:45:55 -0500
commitf2eddc616abddf8c6c6a42632444b40253f9f28c (patch)
tree8e98887fb13ebbe5748fcfadf60f7b9fe9d4c601
parent9eb287483f1f95cc77b14893734bfd7a63652283 (diff)
downloadskiboot-f2eddc616abddf8c6c6a42632444b40253f9f28c.zip
skiboot-f2eddc616abddf8c6c6a42632444b40253f9f28c.tar.gz
skiboot-f2eddc616abddf8c6c6a42632444b40253f9f28c.tar.bz2
psi: Remove PSIHB_XIVR reference
The define for PSIHB_XIVR was removed with P7 support. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
-rw-r--r--hw/psi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/psi.c b/hw/psi.c
index de074ce..aa7e020 100644
--- a/hw/psi.c
+++ b/hw/psi.c
@@ -879,8 +879,6 @@ static void psi_activate_phb(struct psi *psi)
in_be64(psi->regs + PSIHB_CR));
printf(" PSIHB_SEMR : %llx\n",
in_be64(psi->regs + PSIHB_SEMR));
- printf(" PSIHB_XIVR : %llx\n",
- in_be64(psi->regs + PSIHB_XIVR));
#endif
}