Re: [PATCH 4/5] X86: Hyper-V: Consolidate code for converting cpumask to vpset
From: Thomas Gleixner
Date: Thu Apr 26 2018 - 18:21:48 EST
On Wed, 25 Apr 2018, kys@xxxxxxxxxxxxxxxxx wrote:
>
> if (!cpumask_equal(mask, cpu_present_mask)) {
> - ipi_arg->vp_set.format = HV_GENERIC_SET_SPARCE_4K;
> + ipi_arg->vp_set.format = HV_GENERIC_SET_SPARSE_4K;
Please move this patch before the others, so you can use SPARSE in the new
code right away.
Thanks,
tglx