Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/vax physmem is declared by uvm



details:   https://anonhg.NetBSD.org/src/rev/023167c5cc5f
branches:  trunk
changeset: 777641:023167c5cc5f
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Feb 27 15:41:10 2012 +0000

description:
physmem is declared by uvm

diffstat:

 sys/arch/vax/vax/machdep.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 2103960ebfb8 -r 023167c5cc5f sys/arch/vax/vax/machdep.c
--- a/sys/arch/vax/vax/machdep.c        Mon Feb 27 14:48:34 2012 +0000
+++ b/sys/arch/vax/vax/machdep.c        Mon Feb 27 15:41:10 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.186 2012/02/19 21:06:33 rmind Exp $   */
+/* $NetBSD: machdep.c,v 1.187 2012/02/27 15:41:10 matt Exp $    */
 
 /*
  * Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
@@ -83,7 +83,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.186 2012/02/19 21:06:33 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.187 2012/02/27 15:41:10 matt Exp $");
 
 #include "opt_ddb.h"
 #include "opt_compat_netbsd.h"
@@ -147,7 +147,6 @@
 char           machine_arch[] = MACHINE_ARCH;  /* from <machine/param.h> */
 char           cpu_model[100];
 void *         msgbufaddr;
-int            physmem;
 int            *symtab_start;
 int            *symtab_end;
 int            symtab_nsyms;



Home | Main Index | Thread Index | Old Index