On Mon, 27 Jul 2020 17:03:41 +1000, Michael Ellerman wrote: > skiroot_defconfig fails: > > arch/powerpc/kernel/fadump.c:48:17: error: âcpus_in_fadumpâ defined but > not used > 48 | static atomic_t cpus_in_fadump; > > Fix it by moving the definition into the #ifdef where it's used.
Applied to powerpc/next. [1/1] powerpc/fadump: Fix build error with CONFIG_PRESERVE_FA_DUMP=y https://git.kernel.org/powerpc/c/5f987caec521cbb00d4ba2dc641ac8074626b762 cheers