commit | 22d660ffd0db8d136b122751287d186e869ca474 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Fri Oct 10 01:56:45 2008 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Oct 13 16:24:20 2008 +1100 |
tree | 504f38589a833dd892073713eea1022196711504 | |
parent | 199f45c45e8d4f58a5f568464be933534460eb82 [diff] |
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>