commit | ce22e1d39429c7de9f054ce8d03278dd2010b642 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Feb 07 02:14:48 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 07 02:58:40 2008 -0800 |
tree | af47d57927d7b8595d1b252f9bad2535a3c50d5d | |
parent | 488b5ec871191359b9b79262a3d48456dae7ea5f [diff] |
[SPARC64]: Fix booting on non-zero cpu. 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>