[Skiboot] [PATCH] psi: Remove PSIHB_XIVR reference
Joel Stanley
joel at jms.id.au
Tue Jun 20 10:30:20 AEST 2023
The define for PSIHB_XIVR was removed with P7 support.
Signed-off-by: Joel Stanley <joel at jms.id.au>
---
hw/psi.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/hw/psi.c b/hw/psi.c
index de074ce4a632..aa7e020c71a9 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
}
--
2.39.2
More information about the Skiboot
mailing list