Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2013 19:27:54 +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: r247197 - head/sys/ia64/conf
Message-ID:  <201302231927.r1NJRsXJ021786@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Sat Feb 23 19:27:53 2013
New Revision: 247197
URL: http://svnweb.freebsd.org/changeset/base/247197

Log:
  Enable PREEMPTION by default now that PR 147501 has been fixed.

Modified:
  head/sys/ia64/conf/GENERIC

Modified: head/sys/ia64/conf/GENERIC
==============================================================================
--- head/sys/ia64/conf/GENERIC	Sat Feb 23 18:59:14 2013	(r247196)
+++ head/sys/ia64/conf/GENERIC	Sat Feb 23 19:27:53 2013	(r247197)
@@ -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



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