svn commit: r223763 - head/sys/ia64/conf

Marcel Moolenaar marcel at FreeBSD.org
Mon Jul 4 16:59:27 UTC 2011


Author: marcel
Date: Mon Jul  4 16:59:26 2011
New Revision: 223763
URL: http://svn.freebsd.org/changeset/base/223763

Log:
  Disable PREEMPTION for now. See also PR ia64/147501.

Modified:
  head/sys/ia64/conf/GENERIC

Modified: head/sys/ia64/conf/GENERIC
==============================================================================
--- head/sys/ia64/conf/GENERIC	Mon Jul  4 14:40:32 2011	(r223762)
+++ head/sys/ia64/conf/GENERIC	Mon Jul  4 16:59:26 2011	(r223763)
@@ -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


More information about the svn-src-head mailing list