diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-08-09 22:29:33 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-08-09 22:29:33 +0000 |
commit | 9e5869ee0361462beb09936ef2b466a671988eea (patch) | |
tree | 659554527b31a482111ecec62525cc56418a6f00 /kvm_vmx.c | |
parent | 2a9ff8dc8d9c433fc5c37c3f29d89853e1ed744d (diff) | |
download | illumos-kvm-9e5869ee0361462beb09936ef2b466a671988eea.tar.gz |
HVM-589 XXX cleanup wave
Diffstat (limited to 'kvm_vmx.c')
-rw-r--r-- | kvm_vmx.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2973,8 +2973,7 @@ vmx_interrupt_allowed(struct kvm_vcpu *vcpu) (GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS))); } -/* XXX Should be static! */ -int +static int vmx_set_tss_addr(struct kvm *kvmp, uintptr_t addr) { int ret; |