]> www.infradead.org Git - users/jedix/linux-maple.git/commit
powerpc: Add kconfig option for the systemcfg page
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Thu, 10 Oct 2024 07:01:27 +0000 (09:01 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 2 Nov 2024 11:37:35 +0000 (12:37 +0100)
commitc22c06b4cc3a7434f36dac9310604be3ebc6f4f9
tree4698ce9ce04d0241fef5ef99fbf87a54dd386cf5
parente07359f171f2440f4dbc98339b10c8c3cdd48a20
powerpc: Add kconfig option for the systemcfg page

The systemcfg page through procfs is only a backwards-compatible
interface for very old applications.
Make it possible to be disabled.

This also creates a convenient config #define to guard any accesses to
the systemcfg page.

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-25-b64f0842d512@linutronix.de
arch/powerpc/Kconfig
arch/powerpc/kernel/proc_powerpc.c