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@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to