commit | 94eab0bb206443dd7480349804f64e2bba8dc6e1 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Oct 16 17:19:08 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Oct 16 17:19:08 2009 +0900 |
tree | 030da6da8d53d74e95ddc32e13eba74e78de661f | |
parent | abeaf33a4101764291ec79cf286e08c0966eb26e [diff] |
sh: Force boot CPU in to light sleep mode for SH-X3 SMP. All of the secondary CPUs are forced in to light sleep mode, but we were missing the same initialization for the boot CPU. This resulted in inconsistent sleep modes depending on which CPU we were on, confusing the idle loop when not polling. Signed-off-by: Paul Mundt <lethal@linux-sh.org>