]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: move segment_base() into vmx.c
authorGleb Natapov <gleb@redhat.com>
Thu, 25 Feb 2010 10:43:09 +0000 (12:43 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Apr 2010 10:53:39 +0000 (13:53 +0300)
commitced5c693da3449467af24f0324a7dfe922c1ee94
tree30faaab6569d138bf3c4cb244e8e50e3fa6f4e37
parent3b48c5e2b2bf8a1f2ee2910accc0795011cb5227
KVM: move segment_base() into vmx.c

segment_base() is used only by vmx so move it there.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/vmx.c
arch/x86/kvm/x86.c