From cbcbf6e7d614ecf94dd7e1b9033f8d599f48662e Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Thu, 22 Feb 2024 14:18:39 +0700 Subject: Implement support of cpuid instruction + include folder + some updates --- arch/x86/gdt/GlobalObj.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'arch/x86/gdt/GlobalObj.cpp') diff --git a/arch/x86/gdt/GlobalObj.cpp b/arch/x86/gdt/GlobalObj.cpp index 5832c11..fbceeef 100644 --- a/arch/x86/gdt/GlobalObj.cpp +++ b/arch/x86/gdt/GlobalObj.cpp @@ -4,11 +4,3 @@ uint64 MngGdt::gdt[MngGdt::size]; MngGdt mngGdt; - -void mngGdtInit() -{ - if(!mngGdt.getIsGdtLoaded()) - { - mngGdt = MngGdt(); - } -}; -- cgit v1.2.3