Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16b19f1a authored by Frederic Barrat's avatar Frederic Barrat Committed by Michael Ellerman
Browse files

powerpc/xive: Fix wrong xmon output caused by typo

parent e283655b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ notrace void xmon_xive_do_dump(int cpu)
		u64 val = xive_esb_read(&xc->ipi_data, XIVE_ESB_GET);
		xmon_printf("  IPI state: %x:%c%c\n", xc->hw_ipi,
			val & XIVE_ESB_VAL_P ? 'P' : 'p',
			val & XIVE_ESB_VAL_P ? 'Q' : 'q');
			val & XIVE_ESB_VAL_Q ? 'Q' : 'q');
	}
#endif
}