[PATCH v2 0/2] Cleanup isa string access and print
From: Atish Patra
Date: Wed Oct 09 2019 - 18:01:37 EST
This is a cleanup series addressing issues around isa string accesses
and prints. Patch 1 is actually a revised patch as a result of discussion
in the following thread.
http://lists.infradead.org/pipermail/linux-riscv/2019-September/006702.html
Patch 2 is an additional cleanup that tries to consolidate all isa
string related checks.
Changes from v1->v2
1. Used IS_ENABLED instead of #if defined
2. Adding additional warning statement incase of invalid isa string
Atish Patra (2):
RISC-V: Remove unsupported isa string info print
RISC-V: Consolidate isa correctness check
arch/riscv/include/asm/processor.h | 1 +
arch/riscv/kernel/cpu.c | 86 ++++++++++++------------------
arch/riscv/kernel/cpufeature.c | 4 +-
arch/riscv/kernel/smpboot.c | 4 ++
4 files changed, 40 insertions(+), 55 deletions(-)
--
2.21.0