summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-07-16 19:10:01 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-07-16 19:10:01 +0000
commit1ace72167d23543960d517e3d444762cb92bd211 (patch)
treec5d5aaf9501edcc48dc8dfdca9ed694d0d26763f /arch/mips/kernel/Makefile
parentcb9368e29107fdf541cb68499a04f67949c131c5 (diff)
- Reformat ptrace.c for readability.
- Handle lazy fpu context switches correctly for ptrace(2). - Don't read $fcr31 on context switch, it's pure bloat. - New processes get $fcr31 initialized to no exceptions. - First beginnings of floating point support kernel code. For now we only can handle cvt.w.s and cvt.w.d instructions where the source register is a NaN, infinity or denorm. This is good enough to get Mozilla up. - Don't send SIGFPE on every floating point instruction we don't know how to handle, rather just complain. - Cleanup headerfile inclusions in the HPC3 code. - Fix the definition of PAGE_NONE.
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r--arch/mips/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile
index 224d57a4e..8bea8ab5b 100644
--- a/arch/mips/kernel/Makefile
+++ b/arch/mips/kernel/Makefile
@@ -15,7 +15,7 @@ O_TARGET := kernel.o
O_OBJS := branch.o process.o signal.o entry.o traps.o ptrace.o vm86.o \
ioport.o pci.o reset.o setup.o syscall.o sysmips.o ipc.o \
r4k_switch.o r4k_misc.o r4k_fpu.o r2300_switch.o r2300_misc.o \
- r2300_fpu.o r6000_fpu.o scall_o32.o unaligned.o
+ r2300_fpu.o r6000_fpu.o scall_o32.o softfp.o unaligned.o
OX_OBJS := mips_ksyms.o
ifdef CONFIG_MIPS_FPE_MODULE