RISC-V: Remove unsupported isa string info print
authorAtish Patra <atish.patra@wdc.com>
Wed, 9 Oct 2019 22:00:57 +0000 (15:00 -0700)
committerPaul Walmsley <paul.walmsley@sifive.com>
Mon, 28 Oct 2019 18:13:59 +0000 (11:13 -0700)
commit1edd28b7e85d51996885d1e4700ccddd4270c7bb
tree4c039eaecee769e5f5fc33419771ddeab5395d0f
parentd6d5df1db6e9d7f8f76d2911707f7d5877251b02
RISC-V: Remove unsupported isa string info print

/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 discussion can be found at
http://lists.infradead.org/pipermail/linux-riscv/2019-September/006702.html

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: http://lists.infradead.org/pipermail/linux-riscv/2019-September/006702.html
Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
arch/riscv/kernel/cpu.c