summaryrefslogtreecommitdiffstats
path: root/sys/powerpc
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2015-12-18 14:35:27 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2015-12-18 14:35:27 +0000
commitde5d4c25ab779a6fb9ecc67a45b7d63d1fd4b36e (patch)
tree856a6d2951b783da0c751a98055c719b47d67347 /sys/powerpc
parent6e6c8135d39474f34773bf793f7354efce61159d (diff)
downloadFreeBSD-src-de5d4c25ab779a6fb9ecc67a45b7d63d1fd4b36e.zip
FreeBSD-src-de5d4c25ab779a6fb9ecc67a45b7d63d1fd4b36e.tar.gz
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.
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/conf/GENERIC641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index def7012..847101f 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
OpenPOWER on IntegriCloud