summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-08-01 10:02:17 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-08-01 10:04:18 -0500
commit26bdc9fc2753f2c431380ffa40202b198615f148 (patch)
treecf13b7284e55567472999263c72e2af6b0cd73e0 /cpukit/score/cpu/bfin/rtems/score/cpu.h
parentclean up spatomic testcase (diff)
downloadrtems-26bdc9fc2753f2c431380ffa40202b198615f148.tar.bz2
bfin/cpu.h: Remove duplicate definition of CPU_SIMPLE_VECTORED_INTERRUPTS
Diffstat (limited to 'cpukit/score/cpu/bfin/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/bfin/rtems/score/cpu.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/cpukit/score/cpu/bfin/rtems/score/cpu.h b/cpukit/score/cpu/bfin/rtems/score/cpu.h
index aba01e9591..8065bbf164 100644
--- a/cpukit/score/cpu/bfin/rtems/score/cpu.h
+++ b/cpukit/score/cpu/bfin/rtems/score/cpu.h
@@ -118,19 +118,6 @@ extern "C" {
*/
#define CPU_SIMPLE_VECTORED_INTERRUPTS TRUE
-/*
- * Does the CPU follow the simple vectored interrupt model?
- *
- * If TRUE, then RTEMS allocates the vector table it internally manages.
- * If FALSE, then the BSP is assumed to allocate and manage the vector
- * table
- *
- * BFIN Specific Information:
- *
- * XXX document implementation including references if appropriate
- */
-#define CPU_SIMPLE_VECTORED_INTERRUPTS TRUE
-
/**
* Does this CPU have hardware support for a dedicated interrupt stack?
*