It's been nine days since my last post about this. The prom console thing worked, but it exposed another problem: smp_boot_one_cpu() was hanging trying to start the other processors. Well, to be precise, it was calling prom_startcpu(), and that was returning just fine, but the next printk() after that would output one character and then hang.
I
(
Read more... )