Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/alpha/alpha
Module Name: syssrc
Committed By: thorpej
Date: Sat Jul 14 05:10:39 UTC 2001
Modified Files:
syssrc/sys/arch/alpha/alpha: trap.c
Log Message:
Instrument the lazy FP context switch path:
- fpevent_use is incremented the first time a process uses FP
for the first time (note, FPUSED is inherited on fork, but
cleared on exec).
- fpevent_reuse is incremented whenever a process that has previously
used FP has to take a FEN trap in order to be able to use it again.
To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 syssrc/sys/arch/alpha/alpha/trap.c
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