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;