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

Marcel Moolenaar marcel at FreeBSD.org
Sat Feb 23 19:27:54 UTC 2013


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


More information about the svn-src-all mailing list