From e6dec71c2703bd6b54e957746931b532d2fb44fa Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Feb 2002 15:00:30 +0000 Subject: 2001-02-01 Greg Menke * cpu.c: Enhancements and fixes for modifying the SR when changing the interrupt level. * cpu_asm.S: Fixed handling of FP enable bit so it is properly managed on a per-task basis, improved handling of interrupt levels, and made deferred FP contexts work on the MIPS. * rtems/score/cpu.h: Modified to support above changes. --- c/src/exec/score/cpu/mips/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'c/src/exec/score/cpu/mips/ChangeLog') diff --git a/c/src/exec/score/cpu/mips/ChangeLog b/c/src/exec/score/cpu/mips/ChangeLog index c69cde159a..ff63919afb 100644 --- a/c/src/exec/score/cpu/mips/ChangeLog +++ b/c/src/exec/score/cpu/mips/ChangeLog @@ -1,3 +1,12 @@ +2001-02-01 Greg Menke + + * cpu.c: Enhancements and fixes for modifying the SR when changing + the interrupt level. + * cpu_asm.S: Fixed handling of FP enable bit so it is properly + managed on a per-task basis, improved handling of interrupt levels, + and made deferred FP contexts work on the MIPS. + * rtems/score/cpu.h: Modified to support above changes. + 2002-01-28 Ralf Corsepius * rtems/Makefile.am: Removed. -- cgit v1.2.3