Re: [v1 PATCH 1/2] RISC-V: Remove unsupported isa string info print

2019-10-08 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig

[v1 PATCH 1/2] RISC-V: Remove unsupported isa string info print

2019-10-03 Thread Atish Patra
/proc/cpuinfo should just print all the isa string as an information instead of determining what is supported or not. ELF hwcap can be used by the userspace to figure out that. Simplify the isa string printing by removing the unsupported isa string print and all related code. The relevant