From 1078e1349979336830e3b83078ac765c896e6fe1 Mon Sep 17 00:00:00 2001 From: Johannes Dickgreber Date: Mon, 13 Oct 2008 19:36:21 +0200 Subject: [PATCH] --- yaml --- r: 114669 b: refs/heads/master c: e47c659b55aff703a2a28e8bd01ee64948eeb417 h: refs/heads/master i: 114667: f63f7c16a1fb3cc7a6b248678e0a1680d2e47b88 v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/proc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f4b6a1e0f25b..68daeaada64b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9b8f3863d958eaf8747d9daf89998b558bcd6e33 +refs/heads/master: e47c659b55aff703a2a28e8bd01ee64948eeb417 diff --git a/trunk/arch/mips/kernel/proc.c b/trunk/arch/mips/kernel/proc.c index 75bb1300dd7a..26760cad8b69 100644 --- a/trunk/arch/mips/kernel/proc.c +++ b/trunk/arch/mips/kernel/proc.c @@ -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",