Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 11/05/2007 03:36:15
Module Name:	src
Committed By:	rmind
Date:		Mon Nov  5 03:36:15 UTC 2007

Modified Files:
	src/sys/kern: kern_cpu.c

Log Message:
cpu_xc_offline: Do not double-lock the runqueues for SCHED_4BSD, it uses a
global sched_mutex.  Fixes a hang reported by <jmcneill>.  Tested with M2
and 4BSD - seems to be working fine.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/kern/kern_cpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.