summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-04-17 05:46:16 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-04-17 05:46:16 +0000
commitc1fb67b686181063a600902effe60bb9d21e8510 (patch)
tree8058cc69d6bc02604c3ab770616c9ac57440a246 /cpukit/score/cpu/i386/ChangeLog
parent2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c1fb67b686181063a600902effe60bb9d21e8510.tar.bz2
2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* cpu.c: Use Context_Control_fp* instead of void* for fp_contexts.
Diffstat (limited to 'cpukit/score/cpu/i386/ChangeLog')
-rw-r--r--cpukit/score/cpu/i386/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog
index e75aeacb48..f2558e664b 100644
--- a/cpukit/score/cpu/i386/ChangeLog
+++ b/cpukit/score/cpu/i386/ChangeLog
@@ -1,5 +1,7 @@
2007-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * cpu.c:
+ Use Context_Control_fp* instead of void* for fp_contexts.
* rtems/score/cpu.h:
Use Context_Control_fp* instead of void* for fp_contexts.