From 6fb883b02c6fca762dcbe31450c868e4b854952c Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 25 Sep 2022 14:48:42 +0000 Subject: 9/port: revert timer wheel change, breaks pi4 boot, needs more time investigating --- sys/src/9/port/proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/9/port/proc.c') diff --git a/sys/src/9/port/proc.c b/sys/src/9/port/proc.c index 77e212402..3cf0cea9d 100644 --- a/sys/src/9/port/proc.c +++ b/sys/src/9/port/proc.c @@ -1203,7 +1203,7 @@ pexit(char *exitstr, int freemem) void (*pt)(Proc*, int, vlong); up->fpstate &= ~FPillegal; - procalarm(0); + up->alarm = 0; timerdel(up); pt = proctrace; if(pt != nil) -- cgit v1.2.3