Christophe Leroy 91b6c5dbe9 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
2021-03-01 12:33:31 +11:00
..
2021-02-25 10:17:31 -08:00
2021-02-22 14:34:00 -08:00
2020-08-07 18:48:15 -07:00
2021-02-22 14:34:00 -08:00
2021-02-22 14:34:00 -08:00
2020-10-16 12:21:15 -07:00
2021-02-09 00:02:09 +11:00
2020-12-09 23:48:14 +11:00
2020-12-04 01:01:09 +11:00
2021-02-24 16:32:23 -08:00
2021-02-22 14:34:00 -08:00
2020-10-08 21:17:12 +11:00
2020-07-27 00:01:30 +10:00
2020-06-05 12:39:30 -07:00
2020-06-05 12:39:30 -07:00
2021-02-27 08:29:02 -08:00
2021-02-09 00:10:50 +11:00
2020-12-05 21:49:52 +11:00
2021-02-09 00:10:50 +11:00
2020-11-18 14:18:09 -06:00
2020-12-04 01:01:19 +11:00