CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/09 22:48:02
Modified files:
sys/arch/macppc/dev: apm.c
sys/arch/powerpc/include: cpu.h
Log message:
Add stubs for macppc suspend
These stubs don't work; they only pretend to suspend the machine.
SUSPEND + MULTIPROCESSOR doesn't build. zzz(8) stops giving an error
message, even in no-SUSPEND kernels.
Add intr_enable in <powerpc/cpu.h>, adapted from powerpc64, because
subr_suspend.c calls intr_enable().
