mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
4f0e8eef77
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>
8 lines
165 B
C
8 lines
165 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __ASM_NUMA_H
|
|
#define __ASM_NUMA_H
|
|
|
|
#include <asm/topology.h>
|
|
#include <asm-generic/numa.h>
|
|
|
|
#endif /* __ASM_NUMA_H */
|