Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 03/01/2003 18:35:08
Module Name:	src
Committed By:	fvdl
Date:		Sat Mar  1 16:35:08 UTC 2003

Modified Files:
	src/sys/arch/i386/i386: microtime.S

Log Message:
This was still falsely referencing the ipending variable, which isn't
used anymore. Use curcpu()->ci_ipending (== cpu_info_primary.ci_pending,
since this is only used in the UP case).


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/i386/i386/microtime.S

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