summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2013-02-23 19:27:53 +0000
committermarcel <marcel@FreeBSD.org>2013-02-23 19:27:53 +0000
commitdc27ab27e95a91607de4181449c93d04f8c8a270 (patch)
treee82f2a30941cdd190a401636d2cd6ff34da4a7ec /sys/ia64/conf
parent4af4a9dc68009f44f40bd5a7aa800549b06bb07d (diff)
downloadFreeBSD-src-dc27ab27e95a91607de4181449c93d04f8c8a270.zip
FreeBSD-src-dc27ab27e95a91607de4181449c93d04f8c8a270.tar.gz
Enable PREEMPTION by default now that PR 147501 has been fixed.
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r--sys/ia64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 196e5be..810578f 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -44,7 +44,7 @@ options NFSLOCKD # Network Lock Manager
options NFSD # New Network Filesystem Server
options NFS_ROOT # NFS usable as root device
options P1003_1B_SEMAPHORES # POSIX-style semaphores
-#options PREEMPTION # Enable kernel thread preemption
+options PREEMPTION # Enable kernel thread preemption
options PRINTF_BUFR_SIZE=128 # Printf buffering to limit interspersion
options PROCFS # Process filesystem (/proc)
options PSEUDOFS # Pseudo-filesystem framework
OpenPOWER on IntegriCloud