[Skiboot] [PATCH v2 06/11] hw/sbe-p9: Change SBE lagging detection

Reza Arbab arbab at linux.ibm.com
Sat Jan 25 05:58:18 AEDT 2025


On Tue, Jan 14, 2025 at 09:46:47PM +1000, Nicholas Piggin wrote:
>--- a/hw/sbe-p9.c
>+++ b/hw/sbe-p9.c
>@@ -538,6 +538,10 @@ static void p9_sbe_timer_response(struct p9_sbe *sbe)
> 	if (sbe->chip_id != sbe_default_chip_id)
> 		return;
>
>+	if (!sbe_timer_good) {
>+		sbe_timer_good = true;
>+		prlog_once(PR_WARNING, "Lagging timer fired, decreasing polling\n rate.");

I moved the \n to the end of the string.

>+	}
> 	sbe_timer_in_progress = false;
> 	/* Drop lock and call timers */
> 	unlock(&sbe->lock);

-- 
Reza Arbab


More information about the Skiboot mailing list