|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] cs 19927 crashes during boot with debug=y
On 15/07/2009 08:26, "Jan Beulich" <JBeulich@xxxxxxxxxx> wrote:
> Just by looking at the code I spotted one place that needs fixing:
>
> for (cpu = 0; cpu < NR_CPUS; cpu++) {
> cpus_clear(per_cpu(cpu_sibling_map, cpu));
> cpus_clear(per_cpu(cpu_core_map, cpu));
> }
>
> which clearly needs to be using for_each_possible_cpu(). (Huh, this is still
> named for_each_cpu() - Keir, shouldn't we get this in sync with the Linux
> naming?)
Feel free to submit patches for both issues. I too prefer the new Linux
name.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|