[SPARC64]: Use sun4v_cpu_idle() in cpu_idle() on SUN4V.
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 22 Feb 2006 00:55:23 +0000 (16:55 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:13:54 +0000 (01:13 -0800)
We have to turn off the "polling nrflag" bit when we sleep
the cpu like this, so that we'll get a cross-cpu interrupt
to wake the processor up from the yield.

We also have to disable PSTATE_IE in %pstate around the yield
call and recheck need_resched() in order to avoid any races.

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

No differences found