X86/Hyper-V: Enhanced IPI enlightenment
[linux-2.6-block.git] / arch / x86 / hyperv / mmu.c
index 56c9ebac946fe5a3778b992cb82a3a43ea32b0b8..adee39a7a3f231a240c8b7433ffd86ca289d3fa0 100644 (file)
@@ -239,7 +239,7 @@ static void hyperv_flush_tlb_others_ex(const struct cpumask *cpus,
        flush->hv_vp_set.valid_bank_mask = 0;
 
        if (!cpumask_equal(cpus, cpu_present_mask)) {
-               flush->hv_vp_set.format = HV_GENERIC_SET_SPARCE_4K;
+               flush->hv_vp_set.format = HV_GENERIC_SET_SPARSE_4K;
                nr_bank = cpumask_to_vp_set(flush, cpus);
        }