[Skiboot] [PATCH 4/4] ipmi: remove unused OS watchdog support

Reza Arbab arbab at linux.ibm.com
Wed Jun 7 05:40:53 AEST 2023


On Sat, May 13, 2023 at 10:12:26PM +1000, Nicholas Piggin wrote:
>@@ -192,14 +174,7 @@ void ipmi_wdt_final_reset(void)
> 	 * can catch up in their development environments.
> 	 * If you still read this after 2018, send a patch!

Five year grace period. :)

> 	 */
>-#if 0
>-	/* Configure the watchdog and make sure it is still enabled */
>-	set_wdt(WDT_RESET_ACTION | WDT_PRETIMEOUT_SMI, WDT_TIMEOUT,
>-		WDT_MARGIN/10, true, true);
>-	sync_reset_wdt();
>-#else
> 	set_wdt(WDT_NO_ACTION, 100, 0, false, false);
>-#endif
> }
>
> void ipmi_wdt_init(void)

-- 
Reza Arbab


More information about the Skiboot mailing list