Subject: CVS commit: src/sys/arch/m68k/m68k
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 02/15/2007 02:55:40
Module Name:	src
Committed By:	mhitch
Date:		Thu Feb 15 02:55:40 UTC 2007

Modified Files:
	src/sys/arch/m68k/m68k: vm_machdep.c

Log Message:
Kernel threads were running at splhigh on m68k systems because the status
register was inherited from proc0.  Set the new process's status register
to PSL_LOWIPL.  Raidframe reconstruction no longer causes my Amiga to lose
time.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/arch/m68k/m68k/vm_machdep.c

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