[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191009220058.24964-1-atish.patra@wdc.com>
Date: Wed, 9 Oct 2019 15:00:56 -0700
From: Atish Patra <atish.patra@....com>
To: linux-kernel@...r.kernel.org
Cc: Atish Patra <atish.patra@....com>,
Albert Ou <aou@...s.berkeley.edu>,
Allison Randal <allison@...utok.net>,
Anup Patel <anup@...infault.org>,
Enrico Weigelt <info@...ux.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Johan Hovold <johan@...nel.org>,
linux-riscv@...ts.infradead.org,
Palmer Dabbelt <palmer@...ive.com>,
Paul Walmsley <paul.walmsley@...ive.com>,
Richard Fontana <rfontana@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>
Subject: [PATCH v2 0/2] Cleanup isa string access and print
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
Powered by blists - more mailing lists