summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-02-24 19:28:15 +0000
committerbrucec <brucec@FreeBSD.org>2010-02-24 19:28:15 +0000
commit83c4cf226c4e74a147f8e2d45e8845e1b35c37b8 (patch)
tree466c83b4092e2f39738d14dd7873705a78c9ba03 /sys/arm
parent44a0d7a58845f1810dff5b67301446a206ab59ba (diff)
downloadFreeBSD-src-83c4cf226c4e74a147f8e2d45e8845e1b35c37b8.zip
FreeBSD-src-83c4cf226c4e74a147f8e2d45e8845e1b35c37b8.tar.gz
Update the commented out option for omitting the sysctl descriptions; it
was committed as NO_SYSCTL_DESCR. Approved by: rrs (mentor)
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/BWCT2
-rw-r--r--sys/arm/conf/HL2002
-rw-r--r--sys/arm/conf/KB920X2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/arm/conf/BWCT b/sys/arm/conf/BWCT
index 51aab2b..0fb3b87 100644
--- a/sys/arm/conf/BWCT
+++ b/sys/arm/conf/BWCT
@@ -63,7 +63,7 @@ options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
-#options SYSCTL_OMIT_DESCR
+#options NO_SYSCTL_DESCR
options MUTEX_NOINLINE
options RWLOCK_NOINLINE
options NO_FFS_SNAPSHOT
diff --git a/sys/arm/conf/HL200 b/sys/arm/conf/HL200
index c5abcbc..f50f64c 100644
--- a/sys/arm/conf/HL200
+++ b/sys/arm/conf/HL200
@@ -59,7 +59,7 @@ options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
-#options SYSCTL_OMIT_DESCR
+#options NO_SYSCTL_DESCR
options MUTEX_NOINLINE
options RWLOCK_NOINLINE
options NO_FFS_SNAPSHOT
diff --git a/sys/arm/conf/KB920X b/sys/arm/conf/KB920X
index 5e3c848..8d5274d 100644
--- a/sys/arm/conf/KB920X
+++ b/sys/arm/conf/KB920X
@@ -57,7 +57,7 @@ options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
-#options SYSCTL_OMIT_DESCR
+#options NO_SYSCTL_DESCR
# Disable the inlining of mutex, rwlock and sx locks. These eat up a lot
# of space.
options MUTEX_NOINLINE
OpenPOWER on IntegriCloud