summaryrefslogtreecommitdiff
path: root/kvm_x86host.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-06-08 16:16:25 -0700
committerRobert Mustacchi <rm@joyent.com>2011-06-08 16:16:25 -0700
commitbcf59b66b69ad704be45d8c4415cb346f5e9ac87 (patch)
treeba61d74beeca2a402de57303c9853267ac1eede5 /kvm_x86host.h
parentb5dd5254493b7212bd9f5f177b3d430be1dbfdfa (diff)
downloadillumos-kvm-bcf59b66b69ad704be45d8c4415cb346f5e9ac87.tar.gz
HVM-338 Remove duplicate definition of __kvm_handle_fault_on_reboot
Diffstat (limited to 'kvm_x86host.h')
-rw-r--r--kvm_x86host.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/kvm_x86host.h b/kvm_x86host.h
index 3a9eced..d84002d 100644
--- a/kvm_x86host.h
+++ b/kvm_x86host.h
@@ -817,18 +817,6 @@ uint32_t get_rdx_init_val(void);
void kvm_inject_gp(struct kvm_vcpu *vcpu, uint32_t error_code);
-#define __kvm_handle_fault_on_reboot(insn) \
- "666: " insn "\n\t" \
- ".pushsection .fixup, \"ax\" \n" \
- "667: \n\t" \
- __ASM_SIZE(push) " $666b \n\t" \
- ".popsection \n\t" \
- ".pushsection __ex_table, \"a\" \n\t" \
- _ASM_PTR " 666b, 667b \n\t" \
- ".popsection \n\t"
-
-
-
#define TSS_IOPB_BASE_OFFSET 0x66
#define TSS_BASE_SIZE 0x68
#define TSS_IOPB_SIZE (65536 / 8)