Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/x68k Remove extra definition of physmem (locor...



details:   https://anonhg.NetBSD.org/src/rev/d8b448cf4826
branches:  trunk
changeset: 780587:d8b448cf4826
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jul 30 17:19:59 2012 +0000

description:
Remove extra definition of physmem (locore sets it anyway). Someone please
check.

diffstat:

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

diffs (26 lines):

diff -r 0ad557177445 -r d8b448cf4826 sys/arch/x68k/x68k/machdep.c
--- a/sys/arch/x68k/x68k/machdep.c      Mon Jul 30 17:16:23 2012 +0000
+++ b/sys/arch/x68k/x68k/machdep.c      Mon Jul 30 17:19:59 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.184 2012/07/27 05:36:12 matt Exp $       */
+/*     $NetBSD: machdep.c,v 1.185 2012/07/30 17:19:59 christos Exp $   */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.184 2012/07/27 05:36:12 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.185 2012/07/30 17:19:59 christos Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -122,7 +122,6 @@
 extern int end, *esym;
 
 int    maxmem;                 /* max memory per process */
-int    physmem = MAXMEM;       /* max supported memory, changes to actual */
 
 /* prototypes for local functions */
 void   identifycpu(void);



Home | Main Index | Thread Index | Old Index