Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm uvm_emap_size was removed a while ago



details:   https://anonhg.NetBSD.org/src/rev/407ae8765c5c
branches:  trunk
changeset: 935149:407ae8765c5c
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Jun 25 18:20:18 2020 +0000

description:
uvm_emap_size was removed a while ago

diffstat:

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

diffs (17 lines):

diff -r 5fa6b3eac15a -r 407ae8765c5c sys/uvm/uvm_param.h
--- a/sys/uvm/uvm_param.h       Thu Jun 25 17:24:31 2020 +0000
+++ b/sys/uvm/uvm_param.h       Thu Jun 25 18:20:18 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_param.h,v 1.39 2020/06/25 16:36:43 mlelstv Exp $   */
+/*     $NetBSD: uvm_param.h,v 1.40 2020/06/25 18:20:18 jdolecek Exp $  */
 
 /*
  * Copyright (c) 1991, 1993
@@ -213,7 +213,6 @@
 
 extern int             ubc_nwins;      /* number of UBC mapping windows */
 extern const int       ubc_winshift;   /* shift for a UBC mapping window */
-extern u_int           uvm_emap_size;  /* size of emap */
 
 #else
 /* out-of-kernel versions of round_page and trunc_page */



Home | Main Index | Thread Index | Old Index