[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel] recent major -unstable changes cause ia64 build to be broken
Another new problem due to a common change... xen/include/xen/cpumask.h declares: extern cpumask_t cpu_online_map; However, with CONFIG_SMP off, xen/include/xen/smp.h defines cpu_online_map to 1. I note the comment at the beginning of cpumask.h that it will soon be replaced, but in the meantime, please surround the extern declaration with: #ifndef cpu_online_map extern... #endif Thanks, Dan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |