powerpc/smp: No need to set_need_resched when getting a resched IPI
authorMilton Miller <miltonm@bga.com>
Fri, 10 Oct 2008 01:56:45 +0000 (01:56 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 13 Oct 2008 05:24:20 +0000 (16:24 +1100)
The comment in the code was asking "Do we have to do this?", and according
to x86 and s390 the answer is no, the scheduler will do it before calling
the arch hook.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found