[SPARC64]: Fix booting on non-zero cpu.
authorDavid S. Miller <davem@davemloft.net>
Thu, 7 Feb 2008 10:14:48 +0000 (02:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Feb 2008 10:58:40 +0000 (02:58 -0800)
The early per-cpu handling needs a slight tweak to work when booting
on a non-zero cpu.

We got away with this for a long time, but can't any longer as now
even printk() calls functions (cpu_clock() for example) that thus make
early references to per-cpu variables.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found