Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm rename the new sysctl to "vm.user_va0_disable", for ...



details:   https://anonhg.NetBSD.org/src/rev/42346169b772
branches:  trunk
changeset: 752233:42346169b772
user:      drochner <drochner%NetBSD.org@localhost>
date:      Sat Feb 20 13:21:58 2010 +0000

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

diffstat:

 sys/uvm/uvm_map.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 95db3005a935 -r 42346169b772 sys/uvm/uvm_map.c
--- a/sys/uvm/uvm_map.c Sat Feb 20 10:23:04 2010 +0000
+++ b/sys/uvm/uvm_map.c Sat Feb 20 13:21:58 2010 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index