Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177279
b: refs/heads/master
c: 7a1a8cc
h: refs/heads/master
i:
  177277: 924c9b9
  177275: 4d2980b
  177271: 58c27f4
  177263: 9729059
  177247: aa66777
  177215: 6758d50
  177151: 4efd7d3
v: v3
  • Loading branch information
Robin Getz authored and Mike Frysinger committed Dec 15, 2009
1 parent ffe6b89 commit 00084cf
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: 00d2460454676344a55a03f03fa284ad69325592
refs/heads/master: 7a1a8cc1902af3a2a19636da3674008b2f1246db
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ void __init setup_arch(char **cmdline_p)

printk(KERN_INFO "Blackfin support (C) 2004-2009 Analog Devices, Inc.\n");
if (bfin_compiled_revid() == 0xffff)
printk(KERN_INFO "Compiled for ADSP-%s Rev any\n", CPU);
printk(KERN_INFO "Compiled for ADSP-%s Rev any, running on 0.%d\n", CPU, bfin_revid());
else if (bfin_compiled_revid() == -1)
printk(KERN_INFO "Compiled for ADSP-%s Rev none\n", CPU);
else
Expand Down

0 comments on commit 00084cf

Please sign in to comment.