Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66023
b: refs/heads/master
c: b5c0e2e
h: refs/heads/master
i:
  66021: c7fa7b4
  66019: d1a7bfc
  66015: abb1073
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Sep 12, 2007
1 parent 527cb77 commit c72aae2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2714d9a6d1e68d30f5be8871722a7cff388c2d74
refs/heads/master: b5c0e2e8068ca31eb2547f2e2e677516ce9d8800
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ void __init setup_arch(char **cmdline_p)
CPU, bfin_revid());
printk(KERN_INFO "Blackfin Linux support by http://blackfin.uclinux.org/\n");

printk(KERN_INFO "Processor Speed: %lu MHz core clock and %lu Mhz System Clock\n",
printk(KERN_INFO "Processor Speed: %lu MHz core clock and %lu MHz System Clock\n",
cclk / 1000000, sclk / 1000000);

if (ANOMALY_05000273 && (cclk >> 1) <= sclk)
Expand Down

0 comments on commit c72aae2

Please sign in to comment.