Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14052
b: refs/heads/master
c: 7feacd5
h: refs/heads/master
v: v3
  • Loading branch information
Tim Mann authored and Linus Torvalds committed Nov 14, 2005
1 parent cf3c631 commit 8730ea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: e27182088e607880713d9c286a3d92d861c280e4
refs/heads/master: 7feacd53347c04aee789ba5d632eda0c3fc421c4
5 changes: 3 additions & 2 deletions trunk/arch/i386/kernel/timers/timer_pit.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ static int __init init_pit(char* override)
{
/* check clock override */
if (override[0] && strncmp(override,"pit",3))
printk(KERN_ERR "Warning: clock= override failed. Defaulting to PIT\n");

printk(KERN_ERR "Warning: clock= override failed. Defaulting "
"to PIT\n");
init_cpu_khz();
count_p = LATCH;
return 0;
}
Expand Down

0 comments on commit 8730ea4

Please sign in to comment.