diff options
author | Thomas Weißschuh <thomas.weissschuh@linutronix.de> | 2024-10-10 10:01:29 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-11-02 14:37:36 +0300 |
commit | 6142be7ed7f3b0a8a0d6e7c2bb34598b4e7196a1 (patch) | |
tree | eaffcac2bf71a404196f8ec28533fa44091f9f97 /arch/powerpc/platforms/pseries | |
parent | 1184674d6ef9368b9377213caad3aeb0d97ee1d5 (diff) | |
download | linux-6142be7ed7f3b0a8a0d6e7c2bb34598b4e7196a1.tar.xz |
powerpc: Split systemcfg struct definitions out from vdso
The systemcfg data has nothing to do anymore with the vdso.
Split it into a dedicated header file.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241010-vdso-generic-base-v1-27-b64f0842d512@linutronix.de
Diffstat (limited to 'arch/powerpc/platforms/pseries')
-rw-r--r-- | arch/powerpc/platforms/pseries/hotplug-cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/hotplug-cpu.c b/arch/powerpc/platforms/pseries/hotplug-cpu.c index 7b80d35d045d..bc6926dbf148 100644 --- a/arch/powerpc/platforms/pseries/hotplug-cpu.c +++ b/arch/powerpc/platforms/pseries/hotplug-cpu.c @@ -33,6 +33,7 @@ #include <asm/xive.h> #include <asm/plpar_wrappers.h> #include <asm/topology.h> +#include <asm/systemcfg.h> #include "pseries.h" |