mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
[CPUFREQ] Longhaul - Revert Longhaul ver. 2
There is something wrong with this code. It needs more testing. It is better to disable it for now because support for some machines will be broken. Signed-off-by: Rafal Bilski <rafalbilski@interia.pl> Signed-off-by: Dave Jones <davej@redhat.com>
This commit is contained in:
parent
632786ce9f
commit
07844252ff
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ static int __init longhaul_cpu_init(struct cpufreq_policy *policy)
|
||||||
sizeof(samuel2_eblcr));
|
sizeof(samuel2_eblcr));
|
||||||
break;
|
break;
|
||||||
case 1 ... 15:
|
case 1 ... 15:
|
||||||
longhaul_version = TYPE_LONGHAUL_V2;
|
longhaul_version = TYPE_LONGHAUL_V1;
|
||||||
if (c->x86_mask < 8) {
|
if (c->x86_mask < 8) {
|
||||||
cpu_model = CPU_SAMUEL2;
|
cpu_model = CPU_SAMUEL2;
|
||||||
cpuname = "C3 'Samuel 2' [C5B]";
|
cpuname = "C3 'Samuel 2' [C5B]";
|
||||||
|
|
Loading…
Add table
Reference in a new issue