]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9eea9ebcf0eace0bc8da96fd621b90e62bb2c15e
tree504f38589a833dd892073713eea1022196711504
parent78c193ce6a9328cd2cd0a40db88077f48f07b065
powerpc/smp: No need to set_need_resched when getting a resched IPI

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>
arch/powerpc/kernel/smp.c