From 635950932735a9f0675fc5c47ad16c6646d539ba Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Mon, 4 Jul 2011 16:59:26 +0000 Subject: [PATCH] Disable PREEMPTION for now. See also PR ia64/147501. --- sys/ia64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 2d8d31626d59..eaf3ffd4452c 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -48,7 +48,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