KVM: Use .fixup instead of .text.fixup on __kvm_handle_fault_on_reboot
[profile/ivi/kernel-adaptation-intel-automotive.git] / include / asm-x86 / kvm_host.h
index 0f3c531..c2e34c2 100644 (file)
@@ -722,7 +722,7 @@ asmlinkage void kvm_handle_fault_on_reboot(void);
 
 #define __kvm_handle_fault_on_reboot(insn) \
        "666: " insn "\n\t" \
-       ".pushsection .text.fixup, \"ax\" \n" \
+       ".pushsection .fixup, \"ax\" \n" \
        "667: \n\t" \
        KVM_EX_PUSH " $666b \n\t" \
        "jmp kvm_handle_fault_on_reboot \n\t" \