mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
![]() Building eg. 83xx/mpc832x_rdb_defconfig with FPU=n, fails with: arch/powerpc/platforms/83xx/suspend.c: In function 'mpc83xx_suspend_enter': arch/powerpc/platforms/83xx/suspend.c:209:17: error: implicit declaration of function 'enable_kernel_fp' 209 | enable_kernel_fp(); Fix it by providing an enable_kernel_fp() stub for FPU=n builds, which allows using IS_ENABLED(CONFIG_PPC_FPU) around the call to enable_kernel_fp(). Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20240306125853.3714578-2-mpe@ellerman.id.au |
||
---|---|---|
.. | ||
asp834x.c | ||
Kconfig | ||
km83xx.c | ||
Makefile | ||
mcu_mpc8349emitx.c | ||
misc.c | ||
mpc83xx.h | ||
mpc830x_rdb.c | ||
mpc831x_rdb.c | ||
mpc832x_rdb.c | ||
mpc834x_itx.c | ||
mpc836x_rdk.c | ||
mpc837x_rdb.c | ||
suspend-asm.S | ||
suspend.c | ||
usb_831x.c | ||
usb_834x.c | ||
usb_837x.c |