~kris/9p

9hist

3cd8be84d4d1e4e969197cacba77c2b202251cee — David du Colombier 24 years ago 319f634
Plan 9 from Bell Labs 2002-02-22
3 files changed, 3 insertions(+), 3 deletions(-)

M alphapc/dat.h
M bitsy/dat.h
M mtx/dat.h
M alphapc/dat.h => alphapc/dat.h +1 -1
@@ 143,7 143,7 @@ struct Mach

	ulong	fairness;		/* for runproc */

	ulong	cpuhz;			/* hwrpb->cfreq */
	vlong	cpuhz;			/* hwrpb->cfreq */
	ulong	pcclast;
	uvlong	fastclock;
	vlong	intrts;			/* time stamp of last interrupt */

M bitsy/dat.h => bitsy/dat.h +1 -1
@@ 143,7 143,7 @@ struct Mach
	int	lastpid;		/* highest assigned pid slot */

	int	cpumhz;			/* speed of cpu */
	int	cpuhz;			/* ... *
	vlong	cpuhz;			/* ... */

	/* save areas for exceptions */
	ulong	sfiq[5];

M mtx/dat.h => mtx/dat.h +1 -1
@@ 134,7 134,7 @@ struct Mach

	ulong	fairness;		/* for runproc */

	ulong	cpuhz;
	vlong	cpuhz;
	ulong	bushz;
	ulong	dechz;
	ulong	tbhz;