diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2024-02-22 14:18:39 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2024-02-22 14:18:39 +0700 |
| commit | cbcbf6e7d614ecf94dd7e1b9033f8d599f48662e (patch) | |
| tree | 59872849d347794cc58c8ad3aa201a14e0db526f /arch/x86/gdt/GlobalObj.cpp | |
| parent | c18781e37e6bfe153e7c0f2bc8b04df0aecf151d (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.cpp | 8 |
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(); - } -}; |
