On Tue, Aug 28, 2018 at 4:36 AM, Atish Patra <atish.pa...@wdc.com> wrote: > This patch series implements following smp related features. > Some of the work has been inspired from ARM64. > > 1. Decouple linux logical cpu ids from hardware cpu id > 2. Support cpu hotplug. > > Tested on QEMU & HighFive Unleashed board with/without SMP enabled. > > v1->v2: > > 1. Dropped cpu_ops patch. > 2. Moved back IRQ cause definiations to irq.h > 3. Keep boot cpu hart id and assign zero as the cpu id for boot cpu. > 4. Renamed cpu id and hart id correctly. > > Atish Patra (3): > RISC-V: Add logical CPU indexing for RISC-V > RISC-V: Use Linux logical cpu number instead of hartid > RISC-V: Support cpu hotplug. >
This series looks good to me. FWIW, Reviewed-by: Anup Patel <a...@brainfault.org> Regards, Anup