summaryrefslogtreecommitdiff
path: root/kvm_vmx.c
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-08-09 22:29:33 +0000
committerRobert Mustacchi <rm@joyent.com>2011-08-09 22:29:33 +0000
commit9e5869ee0361462beb09936ef2b466a671988eea (patch)
tree659554527b31a482111ecec62525cc56418a6f00 /kvm_vmx.c
parent2a9ff8dc8d9c433fc5c37c3f29d89853e1ed744d (diff)
downloadillumos-kvm-9e5869ee0361462beb09936ef2b466a671988eea.tar.gz
HVM-589 XXX cleanup wave
Diffstat (limited to 'kvm_vmx.c')
-rw-r--r--kvm_vmx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kvm_vmx.c b/kvm_vmx.c
index 6f11512..6610fe8 100644
--- a/kvm_vmx.c
+++ b/kvm_vmx.c
@@ -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;