Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 12/09/2000 04:18:17
Module Name: syssrc
Committed By: mycroft
Date: Sat Dec 9 02:18:16 UTC 2000
Modified Files:
syssrc/sys/arch/i386/i386: trap.c
Log Message:
Do the resched check *only* on an AST.
Also, there is no reason to save the original PC; there are no restartable
syscalls that change the PC -- and even if there were, they wouldn't do it
in the restart case.
To generate a diff of this commit:
cvs rdiff -r1.145 -r1.146 syssrc/sys/arch/i386/i386/trap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.