Subject: CVS commit: [yamt-idlelwp] src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 04/04/2007 22:33:28
Module Name:	src
Committed By:	ad
Date:		Wed Apr  4 22:33:28 UTC 2007

Modified Files:
	src/sys/arch/i386/i386 [yamt-idlelwp]: locore.S

Log Message:
- Move setting curlwp back to cpu_switchto(). Necessary because if
  curlwp is made a register variable, we may also need to keep a
  copy in struct cpu_info for other CPUs to inspect. Okay yamt@.
- Clearing ci_need_resched is now done in mi_switch().


To generate a diff of this commit:
cvs rdiff -r1.45.2.7 -r1.45.2.8 src/sys/arch/i386/i386/locore.S

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