forked from Minki/linux
[CPUFREQ] Longhaul - Models of Nehemiah
Borowed from VIA driver. Signed-off-by: Rafal Bilski <rafalbilski@interia.pl> Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
c18a1483f4
commit
e57501c15f
@ -636,15 +636,15 @@ static int __init longhaul_cpu_init(struct cpufreq_policy *policy)
|
||||
switch (c->x86_mask) {
|
||||
case 0 ... 1:
|
||||
cpu_model = CPU_NEHEMIAH;
|
||||
cpuname = "C3 'Nehemiah A' [C5N]";
|
||||
cpuname = "C3 'Nehemiah A' [C5XLOE]";
|
||||
break;
|
||||
case 2 ... 4:
|
||||
cpu_model = CPU_NEHEMIAH;
|
||||
cpuname = "C3 'Nehemiah B' [C5N]";
|
||||
cpuname = "C3 'Nehemiah B' [C5XLOH]";
|
||||
break;
|
||||
case 5 ... 15:
|
||||
cpu_model = CPU_NEHEMIAH_C;
|
||||
cpuname = "C3 'Nehemiah C' [C5N]";
|
||||
cpuname = "C3 'Nehemiah C' [C5P]";
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user