vm_stat is merged into vmmeter structure
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 29 Aug 1991 06:49:21 +0000 (22:49 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 29 Aug 1991 06:49:21 +0000 (22:49 -0800)
SCCS-vsn: sys/hp300/hp300/machdep.c 7.19

usr/src/sys/hp300/hp300/machdep.c

index 2d669bd..84c5da2 100644 (file)
@@ -11,7 +11,7 @@
  *
  * from: Utah $Hdr: machdep.c 1.63 91/04/24$
  *
  *
  * from: Utah $Hdr: machdep.c 1.63 91/04/24$
  *
- *     @(#)machdep.c   7.18 (Berkeley) %G%
+ *     @(#)machdep.c   7.19 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -284,7 +284,7 @@ again:
 #ifdef DEBUG
        pmapdebug = opmapdebug;
 #endif
 #ifdef DEBUG
        pmapdebug = opmapdebug;
 #endif
-       printf("avail mem = %d\n", ptoa(vm_stat.free_count));
+       printf("avail mem = %d\n", ptoa(cnt.v_free_count));
        printf("using %d buffers containing %d bytes of memory\n",
                nbuf, bufpages * CLBYTES);
        /*
        printf("using %d buffers containing %d bytes of memory\n",
                nbuf, bufpages * CLBYTES);
        /*