Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/i386/i386
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.
Home |
Main Index |
Thread Index |
Old Index