On Mon, Jun 14, 2021 at 03:00:16PM -0500, Jeremy Linton wrote: Hi Jeremy, > > > After this patch, we can get the lscpu output > > > in Ampere Altra platform: > > > --------------------------------------------- > > > Architecture: aarch64 > > > CPU op-mode(s): 32-bit, 64-bit > > > Byte Order: Little Endian > > > CPU(s): 160 > > > On-line CPU(s) list: 0-159 > > > Vendor ID: ARM > > > Model name: Ampere(R) Altra(R) Processor Q00-00 CPU @ 3.0GHz > > > > > Should be > > > > Model name: Neoverse-N1 > > BIOS Model name: Ampere(R) Altra(R) Processor Q00-00 CPU @ 3.0GHz > > Right, another example : > > > Vendor ID: ARM > BIOS Vendor ID: Broadcom > Model name: Cortex-A72 > BIOS Model name: BCM2711 (ARM Cortex-A72) > > > Which is helpful when comparing with various other utilities, like gcc, > which take cortex-a72 as -mtune parameters. okay. thanks. I will change it in next version. Thanks Huang Shijie