Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332311
b: refs/heads/master
c: fa48cf4
h: refs/heads/master
i:
  332309: e465f0d
  332307: 2f0f859
  332303: fc114b6
v: v3
  • Loading branch information
Max Filippov authored and Chris Zankel committed Oct 3, 2012
1 parent e91f353 commit 7a502b1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6ed65f3748c249ba420e60a8ed93670f452256cf
refs/heads/master: fa48cf426926289643b8f35479ba2ff369d4750e
4 changes: 2 additions & 2 deletions trunk/arch/xtensa/kernel/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ _F(int, pcibios_fixup, (void), { return 0; });
#ifdef CONFIG_XTENSA_CALIBRATE_CCOUNT
_F(void, calibrate_ccount, (void),
{
printk ("ERROR: Cannot calibrate cpu frequency! Assuming 100MHz.\n");
ccount_per_jiffy = 100 * (1000000UL/HZ);
pr_err("ERROR: Cannot calibrate cpu frequency! Assuming 10MHz.\n");
ccount_per_jiffy = 10 * (1000000UL/HZ);
});
#endif

0 comments on commit 7a502b1

Please sign in to comment.