CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2014/07/09 05:37:16
Modified files: sys/arch/amd64/amd64: cpu.c hibernate_machdep.c ipifuncs.c sys/arch/amd64/include: cpu.h hibernate.h intrdefs.h sys/arch/i386/i386: hibernate_machdep.c Log message: Fixes a hibernate issue wherein we locked the kernel lock while hatching but then parked ourselves in real mode without completing acquisition of said lock. Also removes the park routine from i386 since we don't need it (the APs are already parked at the time we start unpack). discussed with and ok kettenis@, also ok deraadt@