Date: Fri, 9 Mar 2007 15:49:57 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 mptable.c src/sys/i386/i386 mptable.c Message-ID: <200703091549.l29FnvZE070170@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2007-03-09 15:49:57 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mptable.c sys/i386/i386 mptable.c Log: Defer calling lapic_init() until we've completed the 'MPTable: <...>' printf. Otherwise, printfs inside of lapic_init() (such as during a verbose boot) can uglify the output. Revision Changes Path 1.239 +4 -2 src/sys/amd64/amd64/mptable.c 1.244 +4 -2 src/sys/i386/i386/mptable.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703091549.l29FnvZE070170>