summaryrefslogtreecommitdiff
path: root/arch/x86/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-09-25 08:56:35 -0600
committerBin Meng <bmeng.cn@gmail.com>2019-10-08 13:57:46 +0800
commite2493a7f5a06854d45175a4aa356ba3a2d810300 (patch)
tree945f3488cc5082990c1dd37ce681827f60e2aca2 /arch/x86/include
parenta827ba910cdbcae6d0a1c2ce7b91b41d00218a4c (diff)
x86: Use a common definition of MSR_IA32_PERF_CTL
Remove the duplicate definition as it is not needed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/cpu_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/cpu_common.h b/arch/x86/include/asm/cpu_common.h
index 5e398bec94..7ae3bd1c53 100644
--- a/arch/x86/include/asm/cpu_common.h
+++ b/arch/x86/include/asm/cpu_common.h
@@ -6,8 +6,6 @@
#ifndef __ASM_CPU_COMMON_H
#define __ASM_CPU_COMMON_H
-#define IA32_PERF_CTL 0x199
-
struct cpu_info;
/**