cvs commit: src/sys/amd64/amd64 genassym.c src/sys/arm/arm genassym.c src/sys/i386/i386 genassym.c src/sys/ia64/ia64 genassym.c src/sys/kern subr_prf.c tty_cons.c src/sys/powerpc/powerpc genassym.c src/sys/sparc64/sparc64 ...

John Birrell jb at what-creek.com
Wed Nov 1 09:50:03 UTC 2006


On Wed, Nov 01, 2006 at 10:35:50AM +0100, Pawel Jakub Dawidek wrote:
> What I'd like is a global printf_lock which will allow me to put many
> separate printfs under it and be sure it won't be messed up by other
> CPUs. Having it recursive could also eliminate the need for per-CPU
> buffers, as I don't think we care about performance here.
> 
> What do you think?

I'm not a fan of having people hold a lock over one or more consoles
for very long.

That doesn't mean that others will share my opinion, though. 8-)

--
John Birrell



More information about the cvs-all mailing list