summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/conf
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2006-10-09 04:45:19 +0000
committerkmacy <kmacy@FreeBSD.org>2006-10-09 04:45:19 +0000
commit65e20bda0996ed88b33ac28272610e8f80624028 (patch)
tree00d373c5cebfa55cc10bd71e5bd0cb5c04c0a6a9 /sys/sun4v/conf
parente9d6f8c90513a65c602d0b73a29af6c05d1a5136 (diff)
downloadFreeBSD-src-65e20bda0996ed88b33ac28272610e8f80624028.zip
FreeBSD-src-65e20bda0996ed88b33ac28272610e8f80624028.tar.gz
kernel clean up to make the sun4v kernel build
Reviewed by: jmg Approved by: rwatson (mentor)
Diffstat (limited to 'sys/sun4v/conf')
-rw-r--r--sys/sun4v/conf/GENERIC7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/sun4v/conf/GENERIC b/sys/sun4v/conf/GENERIC
index 0acbaab..168d27c 100644
--- a/sys/sun4v/conf/GENERIC
+++ b/sys/sun4v/conf/GENERIC
@@ -211,6 +211,9 @@ device ums # Mouse
#options DEBUG_VFS_LOCKS
device ccd
-options SPIN_PROFILING
+
+# sched_lock incurs a rather high overhead at a 1000Hz with 32 cpus
+# on most arches and in most cases 1000Hz pessimizes performance
+# its choice was not adequately researched
options HZ=100
-#device vnet
+
OpenPOWER on IntegriCloud