aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/coretemp.c
diff options
context:
space:
mode:
authorGuenter Roeck <linux@roeck-us.net>2012-10-09 15:48:16 -0400
committerGuenter Roeck <linux@roeck-us.net>2012-12-05 13:55:55 -0500
commit3e280ba08ad69e8c3ac7e5b0468c24d5be98c3fd (patch)
treeaf86b4a2d47ad6f7d5fd77cf0ffcc6c3cb4f5c91 /drivers/hwmon/coretemp.c
parent2fa5222efeb4a76597ceace21c0435d49a34715e (diff)
hwmon: (coretemp) Drop N4xx, N5xx, D4xx, D5xx CPUs from tjmax table
Since N4xx, N5xx, D4xx, and D5xx are now reliably detected using the model ID and the stepping/mask, drop the respective entries from tjmax_table. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/hwmon/coretemp.c')
-rw-r--r--drivers/hwmon/coretemp.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/hwmon/coretemp.c b/drivers/hwmon/coretemp.c
index 81c248dad4ba..24426a785ad5 100644
--- a/drivers/hwmon/coretemp.c
+++ b/drivers/hwmon/coretemp.c
@@ -196,14 +196,6 @@ struct tjmax {
196}; 196};
197 197
198static const struct tjmax __cpuinitconst tjmax_table[] = { 198static const struct tjmax __cpuinitconst tjmax_table[] = {
199 { "CPU D410", 100000 },
200 { "CPU D425", 100000 },
201 { "CPU D510", 100000 },
202 { "CPU D525", 100000 },
203 { "CPU N450", 100000 },
204 { "CPU N455", 100000 },
205 { "CPU N470", 100000 },
206 { "CPU N475", 100000 },
207 { "CPU 230", 100000 }, /* Model 0x1c, stepping 2 */ 199 { "CPU 230", 100000 }, /* Model 0x1c, stepping 2 */
208 { "CPU 330", 125000 }, /* Model 0x1c, stepping 2 */ 200 { "CPU 330", 125000 }, /* Model 0x1c, stepping 2 */
209 { "CPU CE4110", 110000 }, /* Model 0x1c, stepping 10 */ 201 { "CPU CE4110", 110000 }, /* Model 0x1c, stepping 10 */