[GIT PULL] RISC-V Patches for the 5.12 Merge Window, Part 2

From: Palmer Dabbelt
Date: Sat Feb 27 2021 - 15:30:00 EST


merged tag 'riscv-for-linus-5.12-mw0'
The following changes since commit 8b83369ddcb3fb9cab5c1088987ce477565bb630:

Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2021-02-26 10:28:35 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git tags/riscv-for-linus-5.12-mw1

for you to fetch changes up to dd2d082b57602156e0c587ddb5ba04d0d624a6df:

riscv: Cleanup setup_bootmem() (2021-02-26 21:25:17 -0800)

----------------------------------------------------------------
RISC-V Patches for the 5.12 Merge Window, Part 2

I have a pair of patches that slipped through the cracks:

* CPU hotplug has been enabled in the defconfigs
* Some cleanups to setup_bootmem.

There's also a single fix

* Force NUMA to depend on SMP. This fixes some randconfig build
failures.

----------------------------------------------------------------
Anup Patel (1):
RISC-V: Enable CPU Hotplug in defconfigs

Kefeng Wang (1):
riscv: Cleanup setup_bootmem()

Palmer Dabbelt (1):
RISC-V: Make NUMA depend on SMP

arch/riscv/Kconfig | 1 +
arch/riscv/configs/defconfig | 1 +
arch/riscv/configs/rv32_defconfig | 1 +
arch/riscv/mm/init.c | 21 ++-------------------
4 files changed, 5 insertions(+), 19 deletions(-)