Subject: CVS commit: syssrc [netbsd-1-5]
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 04/22/2001 00:49:44
Module Name: syssrc
Committed By: he
Date: Sat Apr 21 21:49:44 UTC 2001
Modified Files:
syssrc/sys/arch/alpha/alpha [netbsd-1-5]: vm_machdep.c
Log Message:
Pull up revision 1.65 (via patch, requested by sommerfeld):
In cpu_fork(), make sure the spawned kthread or process runs at
IPL_0 instead of whatever IPL the parent was running at.
This appears to fix the NTP clock stability problems observed on
some alpha systems; the clock appears stable even when there's
heavy raidframe (i.e., kthread-intensive) I/O under way.
To generate a diff of this commit:
cvs rdiff -r1.57 -r1.57.2.1 syssrc/sys/arch/alpha/alpha/vm_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.