Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44649
b: refs/heads/master
c: 8ec9822
h: refs/heads/master
i:
  44647: 4352947
v: v3
  • Loading branch information
Dave Jones committed Dec 18, 2006
1 parent fd4b1c3 commit a0badaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a507ac4b01ed379a74eca5060f3553c4a4e5854c
refs/heads/master: 8ec9822dd1851698a3d26599c3105c11124b2c0b
3 changes: 2 additions & 1 deletion trunk/arch/i386/kernel/cpu/cpufreq/longhaul.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a0badaa

Please sign in to comment.