From 3cd8be84d4d1e4e969197cacba77c2b202251cee Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Fri, 22 Feb 2002 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2002-02-22 --- alphapc/dat.h | 2 +- bitsy/dat.h | 2 +- mtx/dat.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/alphapc/dat.h b/alphapc/dat.h index cd596b702927086720a121cf8e95977c16a1afb2..b694d254c041957fb1e8622db7e210b2c315fdad 100644 --- a/alphapc/dat.h +++ b/alphapc/dat.h @@ -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 */ diff --git a/bitsy/dat.h b/bitsy/dat.h index 0da0d1ca5d689988e42687f6435e87cd779f2d0c..c74318c2b0b4bed958644fb13ff8fa7406ca80f7 100644 --- a/bitsy/dat.h +++ b/bitsy/dat.h @@ -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]; diff --git a/mtx/dat.h b/mtx/dat.h index 669182585b81721a640bb82eba8528122561027e..20566057bd66d4587abab46873b6e31eee3c356c 100644 --- a/mtx/dat.h +++ b/mtx/dat.h @@ -134,7 +134,7 @@ struct Mach ulong fairness; /* for runproc */ - ulong cpuhz; + vlong cpuhz; ulong bushz; ulong dechz; ulong tbhz;