summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2021-02-24 06:34:22 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2021-03-01 12:33:31 +1100
commit91b6c5dbe9e072dbdb181eed89c5c824e92ac0f5 (patch)
treed93be4adbec5ce7081e2ff1343f49fbc5b989076 /drivers/scsi
parentc119565a15a628efdfa51352f9f6c5186e506a1c (diff)
downloadlinux-91b6c5dbe9e072dbdb181eed89c5c824e92ac0f5.tar.gz
linux-91b6c5dbe9e072dbdb181eed89c5c824e92ac0f5.tar.bz2
linux-91b6c5dbe9e072dbdb181eed89c5c824e92ac0f5.zip
powerpc/syscall: Force inlining of __prep_irq_for_enabled_exit()
As reported by kernel test robot, a randconfig with high amount of debuging options can lead to build failure for undefined reference to replay_soft_interrupts() on ppc32. This is due to gcc not seeing that __prep_irq_for_enabled_exit() always returns true on ppc32 because it doesn't inline it for some reason. Force inlining of __prep_irq_for_enabled_exit() to fix the build. Fixes: 344bb20b159d ("powerpc/syscall: Make interrupt.c buildable on PPC32") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Acked-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/53f3a1f719441761000c41154602bf097d4350b5.1614148356.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'drivers/scsi')
0 files changed, 0 insertions, 0 deletions