cvs commit: src/sys/amd64/amd64 mptable.c src/sys/i386/i386 mptable.c

[ Available lists | Index of cvs-all | Month of Mar 2007 | Week of 9 Mar 2007 | Raw email | View thread | Wrap long lines | Reply ]
From
John Baldwin <jhb@FreeBSD.org>
Date
9 Mar 2007 15:49:58
Subject
cvs commit: src/sys/amd64/amd64 mptable.c src/sys/i386/i386 mptable.c
Message-ID
200703091549.l29FnvZE070170@repoman.freebsd.org


[ Hide this part ]
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


Elapsed time: 0.089 seconds