Re: [Xen-devel] [PATCH v2 07/12] x86/genapic: drop .target_cpus() hook

2018-08-29 Thread Andrew Cooper
On 29/08/18 15:06, Jan Beulich wrote: > All flavors specify target_cpus_all() anyway - replace use of the hook > by &cpu_online_map. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper ___ Xen-devel mailing list Xen-devel@lists.xenproject.org ht

[Xen-devel] [PATCH v2 07/12] x86/genapic: drop .target_cpus() hook

2018-08-29 Thread Jan Beulich
All flavors specify target_cpus_all() anyway - replace use of the hook by &cpu_online_map. Signed-off-by: Jan Beulich --- a/xen/arch/x86/genapic/delivery.c +++ b/xen/arch/x86/genapic/delivery.c @@ -5,12 +5,6 @@ #include #include - -const cpumask_t *target_cpus_all(void) -{ - return &