]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/x86/kernel/kvm.c
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[linux.git] / arch / x86 / kernel / kvm.c
index 4ab377c9fffede8af8c93b620bdb9d90803fd353..4cc967178bf952ca32b01059505b588c3439db1d 100644 (file)
@@ -311,7 +311,7 @@ static void kvm_guest_cpu_init(void)
        if (kvm_para_has_feature(KVM_FEATURE_ASYNC_PF) && kvmapf) {
                u64 pa = slow_virt_to_phys(this_cpu_ptr(&apf_reason));
 
-#ifdef CONFIG_PREEMPT
+#ifdef CONFIG_PREEMPTION
                pa |= KVM_ASYNC_PF_SEND_ALWAYS;
 #endif
                pa |= KVM_ASYNC_PF_ENABLED;