Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In ARM systems, `/proc/cpuinfo` file does not contain `vendor_id` fields. In `lscpu` tool, the `CPU implementor` code and a lookup table is used to provide a human readable vendor name [1]. Populate `cpu.Info.Processors[*].Vendor` field with "ARM" string when running in ARM systems. [1] util-linux/util-linux#564 Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
- Loading branch information