From 8c6d1d4b90e9246a1529d16798ea306e1af18a17 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Fri, 18 Dec 2015 14:35:27 +0000 Subject: [PATCH] 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. --- sys/powerpc/conf/GENERIC64 | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64 index def70128fec..847101f472f 100644 --- a/sys/powerpc/conf/GENERIC64 +++ b/sys/powerpc/conf/GENERIC64 @@ -69,6 +69,7 @@ options SYSVSHM #SYSV-style shared memory 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