Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Dec 2015 14:35:27 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292437 - head/sys/powerpc/conf
Message-ID:  <201512181435.tBIEZRkB008734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Fri Dec 18 14:35:27 2015
New Revision: 292437
URL: https://svnweb.freebsd.org/changeset/base/292437

Log:
  Enable PRINTF_BUFR_SIZE on powerpc64, following r194204 on x86. The kernel
  message garbling was becoming very noticeable on the 64-CPU systems we now
  support and run on.

Modified:
  head/sys/powerpc/conf/GENERIC64

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Fri Dec 18 14:10:00 2015	(r292436)
+++ head/sys/powerpc/conf/GENERIC64	Fri Dec 18 14:35:27 2015	(r292437)
@@ -69,6 +69,7 @@ options 	SYSVSHM			#SYSV-style shared me
 options 	SYSVMSG			#SYSV-style message queues
 options 	SYSVSEM			#SYSV-style semaphores
 options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
+options		PRINTF_BUFR_SIZE=128	# Prevent printf output being interspersed.
 options 	HWPMC_HOOKS		# Necessary kernel hooks for hwpmc(4)
 options 	AUDIT			# Security event auditing
 options 	CAPABILITY_MODE		# Capsicum capability mode



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