sparc32: refactor cpu_idle()
authorSam Ravnborg <sam@ravnborg.org>
Sun, 27 May 2012 21:35:16 +0000 (23:35 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 May 2012 06:52:52 +0000 (23:52 -0700)
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>

No differences found