ref: 94e26e7576fabcaacd8fa8f75c4f87f9eb6e56f3
parent: 178e05f9b7dd9c7c47b9c575fdb151853e267867
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Jun 3 14:59:48 EDT 2017
kernel: make statistics counters skipscheds and preempts unsigned
--- a/sys/src/9/port/proc.c
+++ b/sys/src/9/port/proc.c
@@ -14,9 +14,9 @@
int reprioritize(Proc*);
ulong delayedscheds; /* statistics */
-long skipscheds;
-long preempts;
-ulong load;
+ulong skipscheds;
+ulong preempts;
+ulong load;
static struct Procalloc
{