|
@@ -205,8 +205,11 @@ static const struct tjmax __cpuinitconst tjmax_table[] = {
|
|
|
{ "CPU N455", 100000 },
|
|
|
{ "CPU N470", 100000 },
|
|
|
{ "CPU N475", 100000 },
|
|
|
- { "CPU 230", 100000 },
|
|
|
- { "CPU 330", 125000 },
|
|
|
+ { "CPU 230", 100000 }, /* Model 0x1c, stepping 2 */
|
|
|
+ { "CPU 330", 125000 }, /* Model 0x1c, stepping 2 */
|
|
|
+ { "CPU CE4110", 110000 }, /* Model 0x1c, stepping 10 */
|
|
|
+ { "CPU CE4150", 110000 }, /* Model 0x1c, stepping 10 */
|
|
|
+ { "CPU CE4170", 110000 }, /* Model 0x1c, stepping 10 */
|
|
|
};
|
|
|
|
|
|
static int __cpuinit adjust_tjmax(struct cpuinfo_x86 *c, u32 id,
|