[PATCH] POWERPC: several build fixes
Randy Dunlap
rdunlap at infradead.org
Thu Feb 23 18:01:12 AEDT 2023
Fix multiple build errors or warnings for POWERPC.
These are mostly fixes for resource_size_t printk format warnings.
One patch is for RTAS, which requires GENERIC_ALLOCATOR.
Subject: [PATCH 1/4] clk: mpc512x: fix resource printk format warning
Subject: [PATCH 2/4] powerpc: wii: fix resource printk format warnings
Subject: [PATCH 3/4] powerpc/pseries: RTAS work area requires GENERIC_ALLOCATOR
Subject: [PATCH 4/4] POWERPC: sysdev/tsi108: fix resource printk format warnings
diffstat:
arch/powerpc/platforms/512x/clock-commonclk.c | 2 +-
arch/powerpc/platforms/embedded6xx/flipper-pic.c | 2 +-
arch/powerpc/platforms/embedded6xx/hlwd-pic.c | 2 +-
arch/powerpc/platforms/embedded6xx/wii.c | 4 ++--
arch/powerpc/platforms/pseries/Kconfig | 1 +
arch/powerpc/sysdev/tsi108_pci.c | 4 ++--
6 files changed, 8 insertions(+), 7 deletions(-)
Cc: Nathan Lynch <nathanl at linux.ibm.com>
Cc: Roy Zang <tie-fei.zang at freescale.com>
Cc: Paul Mackerras <paulus at samba.org>
Cc: Alexandre Bounine <alexandreb at tundra.com>
Cc: Gerhard Sittig <gsi at denx.de>
Cc: Anatolij Gustschin <agust at denx.de>
Cc: Michael Ellerman <mpe at ellerman.id.au>
Cc: Nicholas Piggin <npiggin at gmail.com>
Cc: Christophe Leroy <christophe.leroy at csgroup.eu>
Cc: Albert Herranz <albert_herranz at yahoo.es>
Cc: Segher Boessenkool <segher at kernel.crashing.org>
Cc: Grant Likely <grant.likely at secretlab.ca>
Cc: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Cc: linuxppc-dev at lists.ozlabs.org
More information about the Linuxppc-dev
mailing list