powerpc conf: Add PRINTF_BUFR_SIZE option to Book-E configs

Without this, printf is very hard to follow at times on multicore systems.
This commit is contained in:
Justin Hibbits 2018-08-19 19:07:59 +00:00
parent b793c8ab28
commit 8d67357c5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338073
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ options MSDOSFS
options NFS_ROOT
options NFSCL
options NFSLOCKD
options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
options PROCFS
options PSEUDOFS
options SCHED_ULE

View File

@ -47,6 +47,7 @@ options MSDOSFS
options NFS_ROOT
options NFSCL
options NFSLOCKD
options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
options PROCFS
options PSEUDOFS
options SCHED_ULE