diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-08-23 15:53:14 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-08-24 22:33:16 +1000 |
commit | c040c7488b6a89c98dd0f6dd5f001101413779e2 (patch) | |
tree | ccf56fe13c89388f06d4bb0cd3d0fb483994a2fd /arch/powerpc/mm/numa.c | |
parent | fe32945203ffc8d6fed815f7ed7729219f8b0ab6 (diff) | |
download | linux-c040c7488b6a89c98dd0f6dd5f001101413779e2.tar.gz linux-c040c7488b6a89c98dd0f6dd5f001101413779e2.tar.bz2 linux-c040c7488b6a89c98dd0f6dd5f001101413779e2.zip |
powerpc/pseries: Move VPHN constants into vphn.h
These don't have any particularly good reason to belong in lppaca.h,
move them into their own header.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230823055317.751786-1-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/mm/numa.c')
-rw-r--r-- | arch/powerpc/mm/numa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index 9f73d089eac1..f6c4ace3b221 100644 --- a/arch/powerpc/mm/numa.c +++ b/arch/powerpc/mm/numa.c @@ -34,6 +34,7 @@ #include <asm/hvcall.h> #include <asm/setup.h> #include <asm/vdso.h> +#include <asm/vphn.h> #include <asm/drmem.h> static int numa_enabled = 1; |