From: Milton Miller Date: Fri, 10 Oct 2008 01:56:45 +0000 (+0000) Subject: powerpc/smp: No need to set_need_resched when getting a resched IPI X-Git-Tag: v2.6.28-rc1~569^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d660ffd0db8d136b122751287d186e869ca474;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed