Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm Nuke mem_size global since nothing in the kernel act...



details:   https://anonhg.NetBSD.org/src/rev/18e18e6ea47d
branches:  trunk
changeset: 544198:18e18e6ea47d
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Mar 14 08:35:05 2003 +0000

description:
Nuke mem_size global since nothing in the kernel actually refers to it.
(mmm lint).

diffstat:

 sys/uvm/uvm_param.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r c44971ecc8ce -r 18e18e6ea47d sys/uvm/uvm_param.h
--- a/sys/uvm/uvm_param.h       Fri Mar 14 06:27:40 2003 +0000
+++ b/sys/uvm/uvm_param.h       Fri Mar 14 08:35:05 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_param.h,v 1.14 2003/02/20 22:16:08 atatat Exp $    */
+/*     $NetBSD: uvm_param.h,v 1.15 2003/03/14 08:35:05 matt Exp $      */
 
 /*
  * Copyright (c) 1991, 1993
@@ -196,7 +196,6 @@
 # endif /* VM_DEFAULT_ADDRESS */
 #endif /* !__USING_TOPDOWN_VM */
 
-extern psize_t         mem_size;       /* size of physical memory (bytes) */
 extern int             ubc_nwins;      /* number of UBC mapping windows */
 extern int             ubc_winshift;   /* shift for a UBC mapping window */
 



Home | Main Index | Thread Index | Old Index