From 789b508d538e6faf635e49f268a4f1f9e9b65f05 Mon Sep 17 00:00:00 2001 From: Robert Morris Date: Wed, 11 Aug 2010 14:34:45 -0400 Subject: uptime() sys call for benchmarking increase PHYSTOP --- trap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trap.c') diff --git a/trap.c b/trap.c index 1f35708..daee22f 100644 --- a/trap.c +++ b/trap.c @@ -11,7 +11,7 @@ struct gatedesc idt[256]; extern uint vectors[]; // in vectors.S: array of 256 entry pointers struct spinlock tickslock; -int ticks; +uint ticks; void tvinit(void) -- cgit v1.2.3