CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/05/30 13:00:59
Modified files:
sys/arch/amd64/amd64: hibernate_machdep.c
sys/arch/amd64/include: hibernate.h
sys/arch/i386/i386: hibernate_machdep.c
sys/arch/i386/include: hibernate.h
sys/kern : subr_hibernate.c
Log message:
Make interrupt handling in hibernate resume MI by providing MD-specific
functions to enable and disable interrupts, if needed. If a platform doesnt
need interrupt handling in this way, the MD function can be a no-op.
discussed with pirofti and deraadt