mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fd080d64b6
The content of /proc/cpuinfo file is platform-dependent. So we can not use it reliably to check a number of available cpus. It would be better to use sysfs interface, as _no_of_online_cpus() does. Signed-off-by: Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>