Subject: CVS commit: syssrc/sys/arch/alpha/alpha
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/14/2001 08:10:39
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.