bfin/cpu.h: Remove duplicate definition of CPU_SIMPLE_VECTORED_INTERRUPTS

This commit is contained in:
Joel Sherrill
2013-08-01 10:04:18 -05:00
parent 693088951d
commit 26bdc9fc27
-13
View File
@@ -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?
*