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.
This commit is contained in:
Nathan Whitehorn 2015-12-18 14:35:27 +00:00
parent 268f69f40b
commit 8c6d1d4b90

View File

@ -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