-
- Downloads
riscv: Add numa support for riscv64 platform
Use the generic numa implementation to add NUMA support for RISC-V. This is based on Greentime's patch[1] but modified to use generic NUMA implementation and few more fixes. [1] https://lkml.org/lkml/2020/1/10/233 Co-developed-by:Greentime Hu <greentime.hu@sifive.com> Signed-off-by:
Greentime Hu <greentime.hu@sifive.com> Signed-off-by:
Atish Patra <atish.patra@wdc.com> Reviewed-by:
Anup Patel <anup@brainfault.org> Reviewed-by:
Palmer Dabbelt <palmerdabbelt@google.com> Signed-off-by:
Palmer Dabbelt <palmerdabbelt@google.com>
Showing
- arch/riscv/Kconfig 30 additions, 1 deletionarch/riscv/Kconfig
- arch/riscv/include/asm/mmzone.h 13 additions, 0 deletionsarch/riscv/include/asm/mmzone.h
- arch/riscv/include/asm/numa.h 8 additions, 0 deletionsarch/riscv/include/asm/numa.h
- arch/riscv/include/asm/pci.h 14 additions, 0 deletionsarch/riscv/include/asm/pci.h
- arch/riscv/kernel/setup.c 8 additions, 2 deletionsarch/riscv/kernel/setup.c
- arch/riscv/kernel/smpboot.c 11 additions, 1 deletionarch/riscv/kernel/smpboot.c
- arch/riscv/mm/init.c 3 additions, 1 deletionarch/riscv/mm/init.c
Loading
Please register or sign in to comment