summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-24 14:24:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-24 14:24:23 +0000
commitd902069a138b95bf6f58dbf2802b33548f6005e8 (patch)
treee3d31ab20400d5ffeb4a888361e3651ef7ac7310 /cpukit
parent2007-05-24 Alain Schaefer <alani@easc.ch> (diff)
downloadrtems-d902069a138b95bf6f58dbf2802b33548f6005e8.tar.bz2
2007-05-24 Alain Schaefer <alani@easc.ch>
* rtems/score/cpu.h: Fix incorrect interrupt mask.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/bfin/ChangeLog4
-rw-r--r--cpukit/score/cpu/bfin/rtems/score/cpu.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/score/cpu/bfin/ChangeLog b/cpukit/score/cpu/bfin/ChangeLog
index 68a9c9206f..5869fa2cc7 100644
--- a/cpukit/score/cpu/bfin/ChangeLog
+++ b/cpukit/score/cpu/bfin/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-24 Alain Schaefer <alani@easc.ch>
+
+ * rtems/score/cpu.h: Fix incorrect interrupt mask.
+
2007-04-17 Joel Sherrill <joel@OARcorp.com>
* rtems/bfin/bf533.h: Fix warnings about constants being too large.
diff --git a/cpukit/score/cpu/bfin/rtems/score/cpu.h b/cpukit/score/cpu/bfin/rtems/score/cpu.h
index 881c063458..db3ff20617 100644
--- a/cpukit/score/cpu/bfin/rtems/score/cpu.h
+++ b/cpukit/score/cpu/bfin/rtems/score/cpu.h
@@ -380,7 +380,7 @@ extern "C" {
*
* XXX document implementation including references if appropriate
*/
-#define CPU_MODES_INTERRUPT_MASK 0x00000002
+#define CPU_MODES_INTERRUPT_MASK 0x00000001
/*
* Processor defined structures required for cpukit/score.