|
@@ -27,6 +27,7 @@
|
|
|
#include <asm/desc.h>
|
|
|
#include <asm/mtrr.h>
|
|
|
#include <asm/msr-index.h>
|
|
|
+#include <asm/asm.h>
|
|
|
|
|
|
#define KVM_MAX_VCPUS 254
|
|
|
#define KVM_SOFT_MAX_VCPUS 160
|
|
@@ -921,9 +922,7 @@ extern bool kvm_rebooting;
|
|
|
__ASM_SIZE(push) " $666b \n\t" \
|
|
|
"call kvm_spurious_fault \n\t" \
|
|
|
".popsection \n\t" \
|
|
|
- ".pushsection __ex_table, \"a\" \n\t" \
|
|
|
- _ASM_PTR " 666b, 667b \n\t" \
|
|
|
- ".popsection"
|
|
|
+ _ASM_EXTABLE(666b, 667b)
|
|
|
|
|
|
#define __kvm_handle_fault_on_reboot(insn) \
|
|
|
____kvm_handle_fault_on_reboot(insn, "")
|