summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/mrst.h
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2012-01-26 17:33:30 (GMT)
committerIngo Molnar <mingo@elte.hu>2012-01-26 20:23:53 (GMT)
commit1a8359e411eb5055405412a7da812dae63c64a55 (patch)
tree239dc5187f6634561dd1ef95ee0f0ea1b5a690ec /arch/x86/include/asm/mrst.h
parentd450c088fb00d5a744b1fe8648a488035a10a03c (diff)
downloadlinux-fsl-qoriq-1a8359e411eb5055405412a7da812dae63c64a55.tar.xz
x86/mid: Remove Intel Moorestown
All production devices operate in the Oaktrail configuration with legacy PC elements present and an ACPI BIOS. Continue stripping out the Moorestown elements from the tree leaving Medfield. Signed-off-by: Alan Cox <alan@linux.intel.com> Cc: jacob.jun.pan@linux.intel.com Link: http://lkml.kernel.org/n/tip-fvm1hgpq99jln6l0fbek68ik@git.kernel.org Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/mrst.h')
-rw-r--r--arch/x86/include/asm/mrst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/mrst.h b/arch/x86/include/asm/mrst.h
index 0a0a954..fc18bf3 100644
--- a/arch/x86/include/asm/mrst.h
+++ b/arch/x86/include/asm/mrst.h
@@ -26,8 +26,8 @@ extern struct sfi_rtc_table_entry sfi_mrtc_array[];
* identified via MSRs.
*/
enum mrst_cpu_type {
- MRST_CPU_CHIP_LINCROFT = 1,
- MRST_CPU_CHIP_PENWELL,
+ /* 1 was Moorestown */
+ MRST_CPU_CHIP_PENWELL = 2,
};
extern enum mrst_cpu_type __mrst_cpu_chip;