[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2] xen/timers: Fix memory leak with cpu unplug/plug
Hi, On 4/8/19 10:39 AM, Andrew Cooper wrote: + case CPU_RESUME_FAILED: + if ( !park_offline_cpus && system_state != SYS_STATE_suspend ) This patch breaks compilation on arm32/arm64 because park_offline_cpus is not defined: timer.c: In function 'cpu_callback':timer.c:651:15: error: 'park_offline_cpus' undeclared (first use in this function) if ( !park_offline_cpus && system_state != SYS_STATE_suspend ) ^~~~~~~~~~~~~~~~~ What is the purpose of park_offline_cpus? Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |