]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit22d660ffd0db8d136b122751287d186e869ca474
tree504f38589a833dd892073713eea1022196711504
parent199f45c45e8d4f58a5f568464be933534460eb82
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