|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/3] x86/ACPI: re-park previously parked CPUs upon resume from S3
Hi Jan, On 6/17/19 7:40 AM, Jan Beulich wrote: On 14.06.19 at 18:52, <julien.grall@xxxxxxx> wrote:The title and commit message are a bit odd to read because you are modifying common code but everything is geared towards x86. Bear in mind that I have nearly no knowledge of x86, so trying to write a commit message fully the x86 way is not going to help me understand why this makes sense for everyone (today or in the future). @@ -207,15 +207,19 @@ void enable_nonboot_cpus(void)printk("Enabling non-boot CPUs ...\n"); - for_each_cpu ( cpu, &frozen_cpus ) Calling and building are two separate things... A function may be built even if it is not called. And even if it did - whether to do things the "new" way would then still (intentionally) depend on whether Arm had any way of park_offline_cpus being "true". Looking again, we are defining park_offline_cpus to false on Arm (seea6448adfd3 "xen/cpu: Fix ARM build following c/s 597fbb8"). So there are no build issue as I first thought. 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 |