[SPARC64]: Give more accurate errors in dr_cpu_configure().
authorDavid S. Miller <davem@sunset.davemloft.net>
Sun, 15 Jul 2007 09:02:01 +0000 (02:02 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 16 Jul 2007 11:05:24 +0000 (04:05 -0700)
commit9918cc2e3275bf7f3561e4de1d5a3314183e71dc
treef7abebbb06a98df14b6807d9f2fad3099f0ab155
parent39dd992aee381ff5077536853051fc69e58cc4a9
[SPARC64]: Give more accurate errors in dr_cpu_configure().

When cpu_up() fails, we can discern the most likely cause.

If cpu_present() is false, this means the cpu did not appear
in the MD.  If -ENODEV is the error return value, then
the processor did not boot properly into the kernel.

Pass this information back in the dr-cpu response packet.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/ds.c