From 80534e76e10c44b535229944b28cd5798ce2142b Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 22 Feb 1999 15:13:34 +0000 Subject: Added a per-cpu variable `switchticks' for use in scheduling. --- sys/amd64/include/pcpu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/amd64/include') diff --git a/sys/amd64/include/pcpu.h b/sys/amd64/include/pcpu.h index e182d0a..ec58799 100644 --- a/sys/amd64/include/pcpu.h +++ b/sys/amd64/include/pcpu.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: globaldata.h,v 1.5 1998/05/28 09:30:02 phk Exp $ + * $Id: globaldata.h,v 1.6 1998/08/18 07:47:12 msmith Exp $ */ /* @@ -44,6 +44,7 @@ struct globaldata { struct pcb *curpcb; struct i386tss common_tss; struct timeval switchtime; + int switchticks; #ifdef VM86 struct segment_descriptor common_tssd; u_int private_tss; -- cgit v1.1