[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] cs 19927 crashes during boot with debug=y
Sweet, that fixed it. Thanks. -George On Wed, Jul 15, 2009 at 8:31 AM, Keir Fraser<keir.fraser@xxxxxxxxxxxxx> wrote: > 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 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |