Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132093
b: refs/heads/master
c: 27276ba
h: refs/heads/master
i:
  132091: b80eb04
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Mar 5, 2009
1 parent 4e3c849 commit c7405b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 8e2a769414604e016fcb3d0f15a2050b5d0d90c0
refs/heads/master: 27276ba21fe590edc43305f483565aa02010bbbb
6 changes: 3 additions & 3 deletions trunk/arch/blackfin/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1145,12 +1145,12 @@ static int show_cpuinfo(struct seq_file *m, void *v)
icache_size = 0;

seq_printf(m, "cache size\t: %d KB(L1 icache) "
"%d KB(L1 dcache-%s) %d KB(L2 cache)\n",
"%d KB(L1 dcache%s) %d KB(L2 cache)\n",
icache_size, dcache_size,
#if defined CONFIG_BFIN_WB
"wb"
"-wb"
#elif defined CONFIG_BFIN_WT
"wt"
"-wt"
#endif
"", 0);

Expand Down

0 comments on commit c7405b9

Please sign in to comment.