CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/09/20 20:51:23
Modified files:
sys/arch/i386/i386: acpi_wakecode.S hibernate_machdep.c
sys/arch/i386/include: hibernate.h hibernate_var.h
sys/kern : subr_hibernate.c
sys/sys : hibernate.h
Log message:
Perform most of the remaining refactoring of hibernate code into
MI/MD parts. This also introduces a chunk placement routine that was
originally developed at c2k11 with help from drahn and ariane.
There are still a few more things to do for hibernate, but those can be
worked on in-tree. This code is disabled by default, and not yet called.
ok deraadt@ (and deraadt@ said kettenis@ also ok'ed it :) )