commit | 3732106a1a565a592966290fbcef322db9933f91 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Sun May 27 23:35:16 2012 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun May 27 23:52:52 2012 -0700 |
tree | 928c54373e89fc110299a25c53c806d8f1e39b71 | |
parent | 805918f80fb11d95e9b117a6faf5a6a7a8339e49 [diff] |
sparc32: refactor cpu_idle() With the removal of sun4c we can use the same cpu_idle() implementation on UP and SMP. This also fix it so we use the same version independent on LEON enabled or not. V2: Fixed whitespace issue pointed out by Josip Rodin. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Josip Rodin <joy@entuzijast.net> Cc: Daniel Hellstrom <daniel@gaisler.com> Cc: Konrad Eisele <konrad@gaisler.com>