Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260731
b: refs/heads/master
c: 95ce618
h: refs/heads/master
i:
  260729: 685c478
  260727: a62cf77
v: v3
  • Loading branch information
John A. Williams authored and Michal Simek committed Jul 25, 2011
1 parent 92c360a commit c87ee1d
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: 8904976e8ca45be3ec75acc71f5d855ef671a079
refs/heads/master: 95ce618f85a86a7383c1a3e39278be3de84b1b99
5 changes: 3 additions & 2 deletions trunk/arch/microblaze/kernel/cpu/mb.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,11 @@ static int show_cpuinfo(struct seq_file *m, void *v)
"Dcache:\t\t%ukB\tline length:\t%dB\n",
cpuinfo.dcache_size >> 10,
cpuinfo.dcache_line_length);
seq_printf(m, "Dcache-Policy:\t");
if (cpuinfo.dcache_wb)
count += seq_printf(m, "\t\twrite-back\n");
count += seq_printf(m, "write-back\n");
else
count += seq_printf(m, "\t\twrite-through\n");
count += seq_printf(m, "write-through\n");
} else
count += seq_printf(m, "Dcache:\t\tno\n");

Expand Down

0 comments on commit c87ee1d

Please sign in to comment.