On Fri, Mar 04, 2022 at 08:24:27AM -0800, Randy Dunlap wrote: > Include the DECstation interrupt handler in opting out of > FPU support. > > Fixes a linker error: > > mips-linux-ld: arch/mips/dec/int-handler.o: in function `fpu': > (.text+0x148): undefined reference to `handle_fpe_int' > > Fixes: 183b40f992c8 ("MIPS: Allow FP support to be disabled") > Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Cc: Paul Burton <paulburton@xxxxxxxxxx> > Cc: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx> > Cc: Maciej W. Rozycki <macro@xxxxxxxxxxx> > Cc: linux-mips@xxxxxxxxxxxxxxx > --- > v2: add another ifdef block in int-handler.S; (Maciej) > add an ifdef block in dec/setup.c; (Maciej) > v3: use IS_ENABLED() instead of an ifdef block in dec/setup.c; (Maciej) > > arch/mips/dec/int-handler.S | 6 +++--- > arch/mips/dec/setup.c | 3 ++- > 2 files changed, 5 insertions(+), 4 deletions(-) applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]