• D
    cpu: support ARM CPUs. · 9f2e6a74
    Daniel Theophanes 提交于
    ARM CPUs don't include the same fields as  x86 and amd64 CPUs in
    the /proc/cpuinfo list. Pull information from the /sys/...
    device tree as well as updating when a CPU is done in cpuinfo.
    
    Fixes #88
    9f2e6a74
cpu_linux.go 4.8 KB