Prev: [PATCH][GIT PULL][v2.6.35] perf/tracing: Fix regression of perf losing kprobe events
Next: Linux/Guest cooperative unmapped page cache control
From: KAMEZAWA Hiroyuki on 10 Jun 2010 21:10 On Thu, 10 Jun 2010 22:28:46 +0900 Minchan Kim <minchan.kim(a)gmail.com> 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(a)jp.fujitsu.com> > Cc: Christoph Lameter <clameter(a)sgi.com> > Signed-off-by: Minchan Kim <minchan.kim(a)gmail.com> Reviewed-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu(a)jp.fujitsu.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Christoph Lameter on 11 Jun 2010 09:30 Acked-by: Christoph Lameter <cl(a)linux-foundation.org> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: KOSAKI Motohiro on 13 Jun 2010 07:30
> Sorry. It's not [1/2] and I used Chrisopth's old mail address. > Resend. > > -- > > 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(a)jp.fujitsu.com> > Cc: Christoph Lameter <cl(a)linux.com> > Signed-off-by: Minchan Kim <minchan.kim(a)gmail.com> Thank you. Reviewed-by: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |