aboutsummaryrefslogtreecommitdiff
path: root/hw/psi.c
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2020-05-12 17:23:40 +0530
committerOliver O'Halloran <oohall@gmail.com>2020-05-26 14:30:29 +1000
commit071f00d661feaca05d9f610a21bd7c4d643e6b29 (patch)
tree33c17792986ff82fcf55248911861c8c6ab7b56c /hw/psi.c
parent1beb1519f4c39c3d4c418aafa219236568c38c8d (diff)
downloadskiboot-071f00d661feaca05d9f610a21bd7c4d643e6b29.zip
skiboot-071f00d661feaca05d9f610a21bd7c4d643e6b29.tar.gz
skiboot-071f00d661feaca05d9f610a21bd7c4d643e6b29.tar.bz2
PSI: Convert prerror to PR_NOTICE
"Spurious interrupt" is not severe. Reduce message severity and keep msglog happy! Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Diffstat (limited to 'hw/psi.c')
-rw-r--r--hw/psi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/psi.c b/hw/psi.c
index 63fcb25..339bc28 100644
--- a/hw/psi.c
+++ b/hw/psi.c
@@ -264,7 +264,7 @@ static void psi_spurious_fsp_irq(struct psi *psi)
{
u64 reg, bit;
- prerror("PSI: Spurious interrupt, attempting clear\n");
+ prlog(PR_NOTICE, "PSI: Spurious interrupt, attempting clear\n");
if (proc_gen == proc_gen_p9) {
reg = PSIHB_XSCOM_P9_HBCSR_CLR;