Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/uvm/uvm_meter.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/uvm_meter.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- src/sys/uvm/uvm_meter.c 2000/02/11 19:22:54 1.11 +++ src/sys/uvm/uvm_meter.c 2000/05/26 00:36:53 1.12 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_meter.c,v 1.11 2000/02/11 19:22:54 thorpej Exp $ */ +/* $NetBSD: uvm_meter.c,v 1.12 2000/05/26 00:36:53 thorpej Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -103,6 +103,7 @@ uvm_loadav(avg) continue; /* fall through */ case SRUN: + case SONPROC: case SIDL: nrun++; } @@ -197,6 +198,7 @@ uvm_total(totalp) break; case SRUN: + case SONPROC: case SIDL: if (p->p_flag & P_INMEM) totalp->t_rq++;