do a better job of always locking printf. We used to only lock on
authorAli Saidi <saidi@eecs.umich.edu>
Tue, 23 Nov 2004 09:04:13 +0000 (04:04 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Tue, 23 Nov 2004 09:04:13 +0000 (04:04 -0500)
commit99a522fb8b04a30d2114a19642be9a7acd78b425
treef26eda1efe28086806b588e85d9dc18dd374b561
parent66b80038edaabb1fd757a62e4cbf04094262c116
do a better job of always locking printf. We used to only lock on
secondary cpus, this also locks on the primary cpu.
Now the initial print out doesn't get garbled with more than 1 cpu.
system/alpha/console/console.c