CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/18 09:03:01
Modified files:
sys/dev/sdmmc : sdmmc.c
Log message:
For DVACT_RESUME, let the children know we are ready *after* calling
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.
