KVM: Drop kvm_get_gdt() in favor of generic linux function
authorGleb Natapov <gleb@redhat.com>
Thu, 25 Feb 2010 10:43:07 +0000 (12:43 +0200)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Apr 2010 10:53:32 +0000 (13:53 +0300)
Linux now has native_store_gdt() to do the same. Use it instead of
kvm local version.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found