lkml.org 
[lkml]   [2006]   [Mar]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] for_each_possible_cpu [1/19] defines for_each_possible_cpu
On Wed, 15 Mar 2006 19:40:06 -0800
Andrew Morton <akpm@osdl.org> wrote:
> Sometimes. Sometimes it's valid though - allocating (small amounts of)
> per-cpu storage, summing up per-cpu counters (poorly), etc.
>
> > -#define for_each_cpu(cpu) for_each_cpu_mask((cpu), cpu_possible_map)
> > +#define for_each_possible_cpu(cpu) for_each_cpu_mask((cpu), cpu_possible_map)
>
> Nope, I'll change this to
>
> #define for_each_cpu(cpu) for_each_cpu_mask((cpu), cpu_possible_map)
> #define for_each_possible_cpu(cpu) for_each_cpu_mask((cpu), cpu_possible_map)
>

Okay..It looks I was too aggressive :(
-- Kame
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-03-16 05:17    [W:0.046 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site