On Thu, 10 Jun 2010 22:28:46 +0900 Minchan Kim <minchan.kim@xxxxxxxxx> wrote: > The sum_vm_events passes cpumask for for_each_cpu. > But it's useless since we have for_each_online_cpu. > Althougth it's tirival overhead, it's not good about > coding consistency. > > Let's use for_each_online_cpu instead of for_each_cpu with > cpumask argument. > > Cc: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> > Cc: Christoph Lameter <clameter@xxxxxxx> > Signed-off-by: Minchan Kim <minchan.kim@xxxxxxxxx> Reviewed-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>