]> git.ipfire.org Git - people/ms/pakfire.git/commit
system: Always read /proc/cpuinfo to its end.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Feb 2013 14:25:56 +0000 (14:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 Feb 2013 14:25:56 +0000 (14:25 +0000)
commit018023970009f5766cfee3c1f55f76730ef62019
treedded366857b54e752bef5846bab3f7e247bb39a9
parentaa14071dab49bbc167db302ad2130d3f59a390c7
system: Always read /proc/cpuinfo to its end.

On ARM there are no blocks per CPU, so we read
the entire file and have all the information we need.
python/pakfire/system.py