cvs commit: src/sys/amd64/amd64 mptable.c src/sys/i386/i386
mptable.c
John Baldwin
jhb at FreeBSD.org
Fri Mar 9 15:49:58 UTC 2007
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
More information about the cvs-src
mailing list