[PATCH] powerpc: Fix warning with '__powerpc64__'

2025-01-12 Thread Yu-Chun Lin
se variables are now conditionally defined with the '__powerpc64__' macro to ensure they are only used when applicable. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202501100247.gemkqu8j-...@intel.com/ Signed-off-by: Yu-Chun Lin --- arch/powerpc/lib/sste

[PATCH RESEND] powerpc: Fix compiler warning by guarding with '__powerpc64__'

2025-02-17 Thread Yu-Chun Lin
se variables are now conditionally defined with the '__powerpc64__' macro to ensure they are only used when applicable. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202501100247.gemkqu8j-...@intel.com/ Signed-off-by: Yu-Chun Lin --- arch/powerpc/lib/sste