Nathan Lynch [off-list ref] writes:
rtas_call_reentrant() isn't platform-dependent; move it out of
CONFIG_PPC_PSERIES-guarded code.
As reported by the 0-day CI, this is mistaken, and it breaks non-pseries
builds:
quoted
arch/powerpc/kernel/rtas.c:938:21: error: no member named 'rtas_args_reentrant' in 'struct paca_struct'
args = local_paca->rtas_args_reentrant;
~~~~~~~~~~ ^
1 error generated.
https://lore.kernel.org/linuxppc-dev/202012050432.SFbbjWMw-lkp@intel.com/ (local)
I'll drop this and reroll the series.