diff options
| author | Alexey Gavrilov <alexey.gavrilov@mail.com> | 2025-12-11 16:04:35 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <alexey.gavrilov@mail.com> | 2025-12-11 16:04:35 +0700 |
| commit | e3e68862bbc731802efc39cbfb1b6df7ab255204 (patch) | |
| tree | 1537b0885e7fa3d16eb169de2b9811bac6858fdb /arch/x86/msr/Msr.h | |
| parent | b98035306ceca38432c754847e3ef7474b1b778c (diff) | |
Defines refactoring in msr modulecpuid_refactor
New cpuid model uses instead of old in some
msr definitions.
Signed-off-by: Alexey Gavrilov <alexey.gavrilov@mail.com>
Diffstat (limited to 'arch/x86/msr/Msr.h')
| -rw-r--r-- | arch/x86/msr/Msr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/msr/Msr.h b/arch/x86/msr/Msr.h index 98c1b02..8262757 100644 --- a/arch/x86/msr/Msr.h +++ b/arch/x86/msr/Msr.h @@ -2,7 +2,6 @@ // 1) Implement msr write and save functions // 2) Ia32ApicBase field -#include "../cpuinfo/Cpuinfo.h" #include <MemoryOperations.h> #ifndef MSR_H |
