From: KAMEZAWA Hiroyuki on
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

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
> 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/