]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
85xx: Fix detection of MP cpu spin up
authorKumar Gala <galak@kernel.crashing.org>
Wed, 9 Apr 2008 09:20:57 +0000 (04:20 -0500)
committerAndrew Fleming-AFLEMING <afleming@freescale.com>
Fri, 11 Apr 2008 22:32:56 +0000 (17:32 -0500)
commit97b3ecb575a92fa34c1765229dbc06f2b662f139
tree67241b220324e5725f1ac6b1b3a86688008ce9f2
parentf3e04bdc3f360c66801a9048956e61e41a16edba
85xx: Fix detection of MP cpu spin up

We were looking at the wrong memory offset to determine of a secondary
cpu had been spun up or not.  Also added a warning message if the
all the secondary cpus we expect don't spin up.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/mp.c