powerpc: Split systemcfg struct definitions out from vdso
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 10 Oct 2024 07:01:29 +0000 (09:01 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 2 Nov 2024 11:37:36 +0000 (12:37 +0100)
commit6142be7ed7f3b0a8a0d6e7c2bb34598b4e7196a1
treeeaffcac2bf71a404196f8ec28533fa44091f9f97
parent1184674d6ef9368b9377213caad3aeb0d97ee1d5
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
arch/powerpc/include/asm/systemcfg.h [new file with mode: 0644]
arch/powerpc/include/asm/vdso_datapage.h
arch/powerpc/kernel/proc_powerpc.c
arch/powerpc/kernel/setup-common.c
arch/powerpc/kernel/smp.c
arch/powerpc/kernel/time.c
arch/powerpc/platforms/powernv/smp.c
arch/powerpc/platforms/pseries/hotplug-cpu.c