Module Name:    src
Committed By:   drochner
Date:           Sat Feb 20 13:21:58 UTC 2010

Modified Files:
        src/sys/uvm: uvm_map.c

Log Message:
rename the new sysctl to "vm.user_va0_disable", for consistency
with the majority of existing sysctl flags, suggested by yamt


To generate a diff of this commit:
cvs rdiff -u -r1.288 -r1.289 src/sys/uvm/uvm_map.c

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_map.c
diff -u src/sys/uvm/uvm_map.c:1.288 src/sys/uvm/uvm_map.c:1.289
--- src/sys/uvm/uvm_map.c:1.288	Thu Feb 18 14:57:01 2010
+++ src/sys/uvm/uvm_map.c	Sat Feb 20 13:21:58 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: uvm_map.c,v 1.288 2010/02/18 14:57:01 drochner Exp $	*/
+/*	$NetBSD: uvm_map.c,v 1.289 2010/02/20 13:21:58 drochner Exp $	*/
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_map.c,v 1.288 2010/02/18 14:57:01 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_map.c,v 1.289 2010/02/20 13:21:58 drochner Exp $");
 
 #include "opt_ddb.h"
 #include "opt_uvmhist.h"
@@ -5268,7 +5268,7 @@
 
         sysctl_createv(clog, 0, NULL, NULL,
                        CTLFLAG_PERMANENT|CTLFLAG_READWRITE,
-                       CTLTYPE_INT, "user_va0_disabled",
+                       CTLTYPE_INT, "user_va0_disable",
                        SYSCTL_DESCR("Disable VA 0"),
                        sysctl_user_va0_disabled, 0, &user_va0_disabled, 0,
                        CTL_VM, CTL_CREATE, CTL_EOL);

Reply via email to