
15 Nov
2022
15 Nov
'22
1:10 p.m.
On 14/11/2022 10.25, Heinrich Schuchardt wrote:
Correct GD_FLG_CYCLIC_RUNNING documentation to match Sphinx style.
Fixes: d7de5ef62935 ("cyclic: use a flag in gd->flags for recursion protection") Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
Ack, obviously.
But now that I look in global_data.h again, it struck me that GD_FLG_WDT_READY has become write-only since c2fd0ca1a822. That is, it is set in initr_watchdog but nothing ever test for it.
So we should probably remove that bit (and that line in initr_watchdog), and then fill the vacant spot with GD_FLG_CYCLIC_RUNNING.
Rasmus