projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a507ac4
)
[CPUFREQ] Advise not to use longhaul on VIA C7.
author
Dave Jones
<davej@redhat.com>
Mon, 18 Dec 2006 00:07:35 +0000
(19:07 -0500)
committer
Dave Jones
<davej@redhat.com>
Mon, 18 Dec 2006 00:07:35 +0000
(19:07 -0500)
C7's are centrino speedstep-alike.
Signed-off-by: Dave Jones <davej@redhat.com>
arch/i386/kernel/cpu/cpufreq/longhaul.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/i386/kernel/cpu/cpufreq/longhaul.c
b/arch/i386/kernel/cpu/cpufreq/longhaul.c
index c548daad347639c8451a9be8636e121d5a9c86af..e80a7d28d906e8407e552cdae0bca235acf73ce9 100644
(file)
--- a/
arch/i386/kernel/cpu/cpufreq/longhaul.c
+++ b/
arch/i386/kernel/cpu/cpufreq/longhaul.c
@@
-787,8
+787,9
@@
static int __init longhaul_init(void)
switch (c->x86_model) {
case 6 ... 9:
return cpufreq_register_driver(&longhaul_driver);
+ case 10:
+ printk(KERN_ERR PFX "Use acpi-cpufreq driver for VIA C7\n");
default:
- printk (KERN_INFO PFX "Unknown VIA CPU. Contact davej@codemonkey.org.uk\n");
}
return -ENODEV;