haswell: move definition of CORE_THREAD_COUNT_MSR

This just moves the definiton of CORE_THREAD_COUNT_MSR so
that future code can utilize it.

Change-Id: I15a381090f21ff758288f55dc964b6694feb6064
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/2744
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Aaron Durbin 2013-01-12 00:45:10 -06:00 committed by Ronald G. Minnich
parent 29ffa54969
commit a416bfeced
2 changed files with 1 additions and 2 deletions

View File

@ -25,6 +25,7 @@
/* Haswell bus clock is fixed at 100MHz */ /* Haswell bus clock is fixed at 100MHz */
#define HASWELL_BCLK 100 #define HASWELL_BCLK 100
#define CORE_THREAD_COUNT_MSR 0x35
#define IA32_FEATURE_CONTROL 0x3a #define IA32_FEATURE_CONTROL 0x3a
#define CPUID_VMX (1 << 5) #define CPUID_VMX (1 << 5)
#define CPUID_SMX (1 << 6) #define CPUID_SMX (1 << 6)

View File

@ -36,8 +36,6 @@
#define UNCORE_EMRRphysBase_MSR 0x2f4 #define UNCORE_EMRRphysBase_MSR 0x2f4
#define UNCORE_EMRRphysMask_MSR 0x2f5 #define UNCORE_EMRRphysMask_MSR 0x2f5
#define CORE_THREAD_COUNT_MSR 0x35
#define SMRR_SUPPORTED (1<<11) #define SMRR_SUPPORTED (1<<11)
#define EMRR_SUPPORTED (1<<12) #define EMRR_SUPPORTED (1<<12)