summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-13 07:33:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-13 07:33:35 +0000
commitd3fcd2b0ecd43cf38f1897fc62fba2a8b5bec50e (patch)
tree7877f0363525b2cf4bdcfbe0122158646bc20c5c /cpukit/score/cpu/powerpc/ChangeLog
parent2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d3fcd2b0ecd43cf38f1897fc62fba2a8b5bec50e.tar.bz2
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK. Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up _disable_mask.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/powerpc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog
index 4ecfb3ba4a..2b1018ab2b 100644
--- a/cpukit/score/cpu/powerpc/ChangeLog
+++ b/cpukit/score/cpu/powerpc/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * rtems/old-exceptions/cpu.h: Add _PPC_MSR_DISABLE_MASK.
+ Use _PPC_MSR_DISABLE_MASK instead of PPC_MSR_DISABLE_MASK to set up
+ _disable_mask.
+
2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* cpu.c: New (Stub file for consistency with other ports).