On Sun, 2011-09-25 at 11:54 +0300, Gilad Ben-Yossef wrote: > +#define on_each_cpu_mask(mask, func, info, wait) \ > + if (cpumask_test_cpu(0, (mask))) { \ > + local_irq_disable(); \ > + func(info); \ (func)(info); > + local_irq_enable(); \ > + } > + Maybe it's worth changing it to be so in case someone passes a func ptr such as 'ptr[0] + 3'. -- Sasha. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>