powerpc/pseries/lparcfg: Fix printing of system_active_processors
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 10 Oct 2024 07:01:25 +0000 (09:01 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 2 Nov 2024 11:37:35 +0000 (12:37 +0100)
commitaf2c15920a114a7acea4dcbf9cd4a7b0ff469780
tree107128a860ede45eeea909b0b3bfab089bededbd
parentd4526a2d2d01e4dcb09c5535d3d4bb6ca763efeb
powerpc/pseries/lparcfg: Fix printing of system_active_processors

When printing the information "system_active_processors", the variable
partition_potential_processors is used instead of
partition_active_processors. The wrong value is displayed.

Use partition_active_processors instead.

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-23-b64f0842d512@linutronix.de
arch/powerpc/platforms/pseries/lparcfg.c