CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/28 12:36:36
Modified files:
sys/kern : kern_synch.c
sys/arch/i386/i386: apm.c
sys/arch/loongson/dev: apm.c
sys/arch/zaurus/dev: zaurus_apm.c
sys/dev/acpi : acpi.c
Log message:
In low-level suspend routines, set cold=2. In tsleep(), use this to
spit out a ddb trace to console. This should allow us to find suspend
or resume routines which break the rules. It depends on the console
output function being non-sleeping.... but that's another codepath which
should try to be safe when cold is set.
ok kettenis