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

Reply via email to