[Skiboot] [PATCH] psi: Remove PSIHB_XIVR reference
Reza Arbab
arbab at linux.ibm.com
Thu Jul 13 03:03:35 AEST 2023
On Tue, Jun 20, 2023 at 10:00:20AM +0930, Joel Stanley wrote:
>--- 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
> }
Applied to master. All these prints are in an '#if 0' block. I guess we
could change them to PR_DEBUG messages or something, but meh.
--
Reza Arbab
More information about the Skiboot
mailing list