On Sun, Jan 08, 2012 at 03:32:28PM +0200, Gilad Ben-Yossef wrote: > on_each_cpu returns the retunr value of smp_call_function > which is hard coded to 0. > > Refactor on_each_cpu to a void function and the few callers > that check the return value to save compares and branches. > > Signed-off-by: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx> > Acked-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> > Reviewed-by: Michal Nazarewicz <mina86@xxxxxxxxxx> > CC: David Airlie <airlied@xxxxxxxx> > CC: dri-devel@xxxxxxxxxxxxxxxxxxxxx > CC: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> > CC: Paul Mackerras <paulus@xxxxxxxxx> > CC: Grant Likely <grant.likely@xxxxxxxxxxxx> > CC: Rob Herring <rob.herring@xxxxxxxxxxx> > CC: linuxppc-dev@xxxxxxxxxxxxxxxx > CC: devicetree-discuss@xxxxxxxxxxxxxxxx > CC: Richard Henderson <rth@xxxxxxxxxxx> > CC: Ivan Kokshaysky <ink@xxxxxxxxxxxxxxxxxxxx> > CC: Matt Turner <mattst88@xxxxxxxxx> > CC: linux-alpha@xxxxxxxxxxxxxxx > CC: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > CC: Ingo Molnar <mingo@xxxxxxxxxx> > CC: "H. Peter Anvin" <hpa@xxxxxxxxx> > CC: x86@xxxxxxxxxx > CC: Tony Luck <tony.luck@xxxxxxxxx> > CC: Fenghua Yu <fenghua.yu@xxxxxxxxx> > CC: linux-ia64@xxxxxxxxxxxxxxx > CC: Will Deacon <will.deacon@xxxxxxx> > CC: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx> > CC: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxxxx> > CC: Russell King <linux@xxxxxxxxxxxxxxxx> As there's only one place in the ARM code where we look at the return value, and you've patched that away in patch 1, this looks fine. I've not checked for users outside of arch/arm, so: Acked-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> Thanks. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel