~kris/9p

9hist

9d37076fb752496e06ed9b017d3e4f12bbbbae64 — David du Colombier 23 years ago 56655d7
Plan 9 from Bell Labs 2003-01-22
1 files changed, 1 insertions(+), 1 deletions(-)

M port/portclock.c
M port/portclock.c => port/portclock.c +1 -1
@@ 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);