our own wakeup(). The wakeup() won't result in anything running now
because DVACT_RESUME is running in "cold !=0, interrupts blocked,
scheduler stopped", but it is idiomatically incorrect to inform your
children you are ready before you are ready.
-/* $OpenBSD: sdmmc.c,v 1.61 2023/04/19 02:01:02 dlg Exp $ */
+/* $OpenBSD: sdmmc.c,v 1.62 2024/08/18 15:03:01 deraadt Exp $ */
/*
* Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org>
sc->sc_dying = -1;
break;
case DVACT_RESUME:
- rv = config_activate_children(self, act);
wakeup(&sc->sc_tskq);
+ rv = config_activate_children(self, act);
break;
default:
rv = config_activate_children(self, act);