summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/rtems/score/cpu.h
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/score/cpu/bfin/rtems/score/cpu.h
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/score/cpu/bfin/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/bfin/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
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.