From 9d37076fb752496e06ed9b017d3e4f12bbbbae64 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 22 Jan 2003 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2003-01-22 --- port/portclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/port/portclock.c b/port/portclock.c index c8610919b539b23f91a9062a008676d540ae0903..6fc0b060bc4caf3fdba6e1a7253d0e7560095b6a 100644 --- a/port/portclock.c +++ b/port/portclock.c @@ -157,8 +157,8 @@ timerintr(Ureg *u, uvlong) while(t = tt->head){ when = t->when; if(when > now){ - iunlock(tt); timerset(when); + iunlock(tt); m->splpc = pc; /* for kernel profiling */ if(callhzclock) hzclock(u);