Re: [PATCH v4 6/6] RISC-V: Improve /proc/cpuinfo output for ISA extensions
From: Heiko Stübner <heiko@sntech.de>
Date: 2022-02-16 11:46:42
Also in:
linux-riscv, lkml
From: Heiko Stübner <heiko@sntech.de>
Date: 2022-02-16 11:46:42
Also in:
linux-riscv, lkml
Am Mittwoch, 16. Februar 2022, 01:29:11 CET schrieb Atish Patra:
Currently, the /proc/cpuinfo outputs the entire riscv,isa string which is not ideal when we have multiple ISA extensions present in the ISA string. Some of them may not be enabled in kernel as well. Parse only the enabled ISA extension and print them in a separate row. Signed-off-by: Atish Patra <redacted>
Tested-by: Heiko Stuebner <heiko@sntech.de>