From a9473ecbb142d07e95b120dbab6e9e50017f1e55 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 24 Oct 2018 15:55:53 +0200 Subject: src: Replace common MSR addresses with macros Change-Id: I9fba67be12483ea5e12ccd34c648735d409bc8b0 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29252 Tested-by: build bot (Jenkins) Reviewed-by: Richard Spiegel --- src/include/cpu/x86/msr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/cpu/x86/msr.h') diff --git a/src/include/cpu/x86/msr.h b/src/include/cpu/x86/msr.h index 5238b3ef7c..1dce914b6e 100644 --- a/src/include/cpu/x86/msr.h +++ b/src/include/cpu/x86/msr.h @@ -14,6 +14,7 @@ #define EFER_SCE (1 << 0) /* Page attribute type MSR */ +#define TSC_MSR 0x10 #define IA32_PLATFORM_ID 0x17 #define IA32_FEATURE_CONTROL 0x3a #define FEATURE_CONTROL_LOCK_BIT (1 << 0) -- cgit v1.2.3