From f2eddc616abddf8c6c6a42632444b40253f9f28c Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Tue, 20 Jun 2023 10:00:20 +0930 Subject: psi: Remove PSIHB_XIVR reference The define for PSIHB_XIVR was removed with P7 support. Signed-off-by: Joel Stanley Signed-off-by: Reza Arbab --- hw/psi.c | 2 -- 1 file changed, 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 } -- cgit v1.1