CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2010/06/26 09:56:40
Modified files: sys/arch/i386/i386: ipifuncs.c sys/arch/amd64/amd64: ipifuncs.c Log message: Don't try to halt an AP if holding sched_lock since that causes hangs on resume. Fail early if this is detected, so that we have a chance to catch it. ok kettenis@, deraadt@