Module Name: src
Committed By: matt
Date: Sat Jul 28 00:57:05 UTC 2012
Modified Files:
src/sys/arch/alpha/alpha: machdep.c
Log Message:
physmem is defined in uvm_page.c
To generate a diff of this commit:
cvs rdiff -u -r1.340 -r1.341 src/sys/arch/alpha/alpha/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/alpha/alpha/machdep.c
diff -u src/sys/arch/alpha/alpha/machdep.c:1.340 src/sys/arch/alpha/alpha/machdep.c:1.341
--- src/sys/arch/alpha/alpha/machdep.c:1.340 Wed Jun 13 17:13:41 2012
+++ src/sys/arch/alpha/alpha/machdep.c Sat Jul 28 00:57:04 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.340 2012/06/13 17:13:41 njoly Exp $ */
+/* $NetBSD: machdep.c,v 1.341 2012/07/28 00:57:04 matt Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.340 2012/06/13 17:13:41 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.341 2012/07/28 00:57:04 matt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -143,7 +143,6 @@ void *msgbufaddr;
int maxmem; /* max memory per process */
int totalphysmem; /* total amount of physical memory in system */
-int physmem; /* physical memory used by NetBSD + some rsvd */
int resvmem; /* amount of memory reserved for PROM */
int unusedmem; /* amount of memory for OS that we don't use */
int unknownmem; /* amount of memory with an unknown use */