Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx> --- lib/x86/vm.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/lib/x86/vm.c b/lib/x86/vm.c index 188bf57..93aea71 100644 --- a/lib/x86/vm.c +++ b/lib/x86/vm.c @@ -116,23 +116,6 @@ void install_page(unsigned long *cr3, } -static inline void load_gdt(unsigned long *table, int nent) -{ - struct descriptor_table_ptr descr; - - descr.limit = nent * 8 - 1; - descr.base = (ulong)table; - lgdt(&descr); -} - -#define SEG_CS_32 8 -#define SEG_CS_64 16 - -struct ljmp { - void *ofs; - unsigned short seg; -}; - static void setup_mmu_range(unsigned long *cr3, unsigned long start, unsigned long len) { -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html