Re: [PATCH 3/3] arm64 cpuinfo: implement sysfs nodes for arm64

From: Greg KH
Date: Fri Dec 06 2019 - 11:37:26 EST


On Fri, Dec 06, 2019 at 05:24:21PM +0100, Thomas Renninger wrote:
> From: Felix Schnizlein <fschnizlein@xxxxxxx>
>
> Export all information from /proc/cpuinfo to sysfs:
> implementer, architecture, variant, part, revision,
> bogomips and flags are exported.
>
> Example:
> /sys/devices/system/cpu/cpu1/info/:[0]# head *
> ==> architecture <==
> 8
>
> ==> bogomips <==
> 40.00
>
> ==> flags <==
> fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid asimdrdm

Same comments as on the x86 patch :(