Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/20/2000 04:44:46
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Nov 20 02:44:46 UTC 2000

Modified Files:
	syssrc/sys/arch/alpha/alpha: locore.s

Log Message:
In Idle(), only switch to the idle PCB if we're not already running
on it, and make sure to deactivate the old process's address space,
as this will not otherwise be done by cpu_switch() later once we're
on the idle PCB.

Also, update some comments related to when s0 (i.e. the old process)
is NULL in the context switching code.


To generate a diff of this commit:
cvs rdiff -r1.82 -r1.83 syssrc/sys/arch/alpha/alpha/locore.s

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