aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/atom/punit_atom_debug.c
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2016-09-06 18:42:54 +0000
committerIngo Molnar <[email protected]>2016-09-08 06:13:08 +0000
commitf5fbf848303c8704d0e1a1e7cabd08fd0a49552f (patch)
tree2835a8edce18fe8a0f1bdfe775ce7b0e5cd00532 /arch/x86/platform/atom/punit_atom_debug.c
parentx86/platform/intel-mid: Implement power off sequence (diff)
downloadkernel-f5fbf848303c8704d0e1a1e7cabd08fd0a49552f.tar.gz
kernel-f5fbf848303c8704d0e1a1e7cabd08fd0a49552f.zip
x86/cpu: Rename Merrifield2 to Moorefield
Merrifield2 is actually Moorefield. Rename it accordingly and drop tail digit from Merrifield1. Signed-off-by: Andy Shevchenko <[email protected]> Cc: Dave Hansen <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'arch/x86/platform/atom/punit_atom_debug.c')
-rw-r--r--arch/x86/platform/atom/punit_atom_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/atom/punit_atom_debug.c b/arch/x86/platform/atom/punit_atom_debug.c
index 8ff7b9355416..d49d3be81953 100644
--- a/arch/x86/platform/atom/punit_atom_debug.c
+++ b/arch/x86/platform/atom/punit_atom_debug.c
@@ -155,7 +155,7 @@ static void punit_dbgfs_unregister(void)
static const struct x86_cpu_id intel_punit_cpu_ids[] = {
ICPU(INTEL_FAM6_ATOM_SILVERMONT1, punit_device_byt),
- ICPU(INTEL_FAM6_ATOM_MERRIFIELD1, punit_device_tng),
+ ICPU(INTEL_FAM6_ATOM_MERRIFIELD, punit_device_tng),
ICPU(INTEL_FAM6_ATOM_AIRMONT, punit_device_cht),
{}
};