From e3e68862bbc731802efc39cbfb1b6df7ab255204 Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Thu, 11 Dec 2025 16:04:35 +0700 Subject: Defines refactoring in msr module New cpuid model uses instead of old in some msr definitions. Signed-off-by: Alexey Gavrilov --- arch/x86/msr/Msr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/x86/msr/Msr.h') 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 #ifndef MSR_H -- cgit v1.2.3