~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to arch/mips/kernel/proc.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        seq_printf(m, fmt, __cpu_name[n],
43
43
                                   (version >> 4) & 0x0f, version & 0x0f,
44
44
                                   (fp_vers >> 4) & 0x0f, fp_vers & 0x0f);
45
 
        seq_printf(m, "BogoMIPS\t\t: %lu.%02lu\n",
 
45
        seq_printf(m, "BogoMIPS\t\t: %u.%02u\n",
46
46
                      cpu_data[n].udelay_val / (500000/HZ),
47
47
                      (cpu_data[n].udelay_val / (5000/HZ)) % 100);
48
48
        seq_printf(m, "wait instruction\t: %s\n", cpu_wait ? "yes" : "no");