python-linux-procfs: Parse the number of cpus correctly on s390(x)

Getting the number of cpus breaks on s390 and s390x due to differences
in /proc/cpuinfo

This can cause problems in other programs such as tuna when running
tuna --cpus=1 --isolate
for example

Fix this by testing whether we are on s390 and increasing the cpu count
if we match "cpu number"

Signed-off-by: John Kacur <jkacur@redhat.com>
1 file changed
tree: ee540d376cf86bf6f5b105d48a43200d586315d4
  1. procfs/
  2. rpm/
  3. bitmasklist_test.py
  4. COPYING
  5. Makefile
  6. MANIFEST
  7. pflags
  8. setup.py