summaryrefslogtreecommitdiffstats
path: root/arch/x86/gdt/GlobalObj.cpp
diff options
context:
space:
mode:
authorAlexey Gavrilov <rebovas@yahoo.com>2024-02-22 14:18:39 +0700
committerAlexey Gavrilov <rebovas@yahoo.com>2024-02-22 14:18:39 +0700
commitcbcbf6e7d614ecf94dd7e1b9033f8d599f48662e (patch)
tree59872849d347794cc58c8ad3aa201a14e0db526f /arch/x86/gdt/GlobalObj.cpp
parentc18781e37e6bfe153e7c0f2bc8b04df0aecf151d (diff)
Implement support of cpuid instruction + include folder + some updates
Diffstat (limited to 'arch/x86/gdt/GlobalObj.cpp')
-rw-r--r--arch/x86/gdt/GlobalObj.cpp8
1 files changed, 0 insertions, 8 deletions
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();
- }
-};