diff options
Diffstat (limited to 'arch/x86/platform/atom/punit_atom_debug.c')
| -rw-r--r-- | arch/x86/platform/atom/punit_atom_debug.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/platform/atom/punit_atom_debug.c b/arch/x86/platform/atom/punit_atom_debug.c index 034813d4ab1e..41dae0f0d898 100644 --- a/arch/x86/platform/atom/punit_atom_debug.c +++ b/arch/x86/platform/atom/punit_atom_debug.c | |||
| @@ -143,8 +143,8 @@ static void punit_dbgfs_unregister(void) | |||
| 143 | (kernel_ulong_t)&drv_data } | 143 | (kernel_ulong_t)&drv_data } |
| 144 | 144 | ||
| 145 | static const struct x86_cpu_id intel_punit_cpu_ids[] = { | 145 | static const struct x86_cpu_id intel_punit_cpu_ids[] = { |
| 146 | ICPU(INTEL_FAM6_ATOM_SILVERMONT1, punit_device_byt), | 146 | ICPU(INTEL_FAM6_ATOM_SILVERMONT, punit_device_byt), |
| 147 | ICPU(INTEL_FAM6_ATOM_MERRIFIELD, punit_device_tng), | 147 | ICPU(INTEL_FAM6_ATOM_SILVERMONT_MID, punit_device_tng), |
| 148 | ICPU(INTEL_FAM6_ATOM_AIRMONT, punit_device_cht), | 148 | ICPU(INTEL_FAM6_ATOM_AIRMONT, punit_device_cht), |
| 149 | {} | 149 | {} |
| 150 | }; | 150 | }; |
