Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2011 16:59:27 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223763 - head/sys/ia64/conf
Message-ID:  <201107041659.p64GxReB026966@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107041659.p64GxReB026966>