Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114669
b: refs/heads/master
c: e47c659
h: refs/heads/master
i:
  114667: f63f7c1
v: v3
  • Loading branch information
Johannes Dickgreber authored and Ralf Baechle committed Oct 15, 2008
1 parent 31408d6 commit 1078e13
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: 9b8f3863d958eaf8747d9daf89998b558bcd6e33
refs/heads/master: e47c659b55aff703a2a28e8bd01ee64948eeb417
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
seq_printf(m, "processor\t\t: %ld\n", n);
sprintf(fmt, "cpu model\t\t: %%s V%%d.%%d%s\n",
cpu_data[n].options & MIPS_CPU_FPU ? " FPU V%d.%d" : "");
seq_printf(m, fmt, __cpu_name[smp_processor_id()],
seq_printf(m, fmt, __cpu_name[n],
(version >> 4) & 0x0f, version & 0x0f,
(fp_vers >> 4) & 0x0f, fp_vers & 0x0f);
seq_printf(m, "BogoMIPS\t\t: %lu.%02lu\n",
Expand Down

0 comments on commit 1078e13

Please sign in to comment.