svn commit: r292437 - head/sys/powerpc/conf

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri Dec 18 14:35:29 UTC 2015


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


More information about the svn-src-all mailing list