summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-03-10 15:42:13 +0000
committereivind <eivind@FreeBSD.org>1998-03-10 15:42:13 +0000
commit7375f6bf70e952802406edaa661f62ab9945424e (patch)
tree205f9f1b38ca2195af8195ba95cbcd097de7fcbe /sys
parent02240a39a9b71f1c06af29034ea99411676eb755 (diff)
downloadFreeBSD-src-7375f6bf70e952802406edaa661f62ab9945424e.zip
FreeBSD-src-7375f6bf70e952802406edaa661f62ab9945424e.tar.gz
Change PMAP_SHPGPERPROC to not be equal to the default, for the
benefit of bde's "unused include files" script. Requested by: bde
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7a677be..3dbbc26 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.414 1998/03/08 09:56:31 julian Exp $
+# $Id: LINT,v 1.415 1998/03/09 22:09:10 eivind Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1400,9 +1400,9 @@ options HW_WDOG
# If you're tweaking this, you might also want to increase the sysctls
# "vm.v_free_min", "vm.v_free_reserved", and "vm.v_free_target".
#
-# The value below is the default.
+# The value below is the one more than the default.
#
-options "PMAP_SHPGPERPROC=200"
+options "PMAP_SHPGPERPROC=201"
# More undocumented options for linting.
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 7a677be..3dbbc26 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.414 1998/03/08 09:56:31 julian Exp $
+# $Id: LINT,v 1.415 1998/03/09 22:09:10 eivind Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1400,9 +1400,9 @@ options HW_WDOG
# If you're tweaking this, you might also want to increase the sysctls
# "vm.v_free_min", "vm.v_free_reserved", and "vm.v_free_target".
#
-# The value below is the default.
+# The value below is the one more than the default.
#
-options "PMAP_SHPGPERPROC=200"
+options "PMAP_SHPGPERPROC=201"
# More undocumented options for linting.
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 7a677be..3dbbc26 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.414 1998/03/08 09:56:31 julian Exp $
+# $Id: LINT,v 1.415 1998/03/09 22:09:10 eivind Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -1400,9 +1400,9 @@ options HW_WDOG
# If you're tweaking this, you might also want to increase the sysctls
# "vm.v_free_min", "vm.v_free_reserved", and "vm.v_free_target".
#
-# The value below is the default.
+# The value below is the one more than the default.
#
-options "PMAP_SHPGPERPROC=200"
+options "PMAP_SHPGPERPROC=201"
# More undocumented options for linting.
OpenPOWER on IntegriCloud