~ubuntu-branches/ubuntu/utopic/linuxlogo/utopic-proposed

« back to all changes in this revision

Viewing changes to libsysinfo-0.2.1/Linux/cpuinfo_mips.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2009-07-14 12:40:04 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714124004-oacwhjx94isy0zaz
Tags: 5.06-1
* Merging upstream version 5.06:
  - Fixes problem with logo naming (Closes: #510813).
* Readding default logo in linux_logo.conf.
* Removing dash.patch, not required anymore.
* Updating logo list in linux_logo.conf.
* Renaming directory for local debian additions to more common name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
               !(strncmp(temp_string,"BogoMips",8)) ||
42
42
               !(strncmp(temp_string,"BogoMIPS",8))) {
43
43
             bogomips+=atof(parse_line(temp_string));
44
 
             cpu_count++;  /* Cheating way to detect number of intel CPU's */
 
44
             cpu_count++;  /* Cheating way to detect number of CPUs */
45
45
          }
46
46
       }
47
47
    }