Module Name:    src
Committed By:   jdolecek
Date:           Thu Jun 25 18:20:18 UTC 2020

Modified Files:
        src/sys/uvm: uvm_param.h

Log Message:
uvm_emap_size was removed a while ago


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/uvm/uvm_param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_param.h
diff -u src/sys/uvm/uvm_param.h:1.39 src/sys/uvm/uvm_param.h:1.40
--- src/sys/uvm/uvm_param.h:1.39	Thu Jun 25 16:36:43 2020
+++ src/sys/uvm/uvm_param.h	Thu Jun 25 18:20:18 2020
@@ -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 unsigned int user_thread_stack_gu
 
 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 */

Reply via email to