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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"