forked from Imagelibrary/rtems
bsps/powerpc: PR757: Fix PPC_IRQ_TRACE for ppc601
We could probably also remove the ppc601 support entirely.
This commit is contained in:
@@ -416,6 +416,7 @@ extern "C" {
|
|||||||
#define PPC_IRQ_LAST PPC_IRQ_NMEXT_BP
|
#define PPC_IRQ_LAST PPC_IRQ_NMEXT_BP
|
||||||
|
|
||||||
#elif defined(ppc601)
|
#elif defined(ppc601)
|
||||||
|
#undef PPC_IRQ_TRACE
|
||||||
#define PPC_IRQ_TRACE (PPC_STD_IRQ_LAST+1) /*0x02000-Run/Trace Exception*/
|
#define PPC_IRQ_TRACE (PPC_STD_IRQ_LAST+1) /*0x02000-Run/Trace Exception*/
|
||||||
#define PPC_IRQ_LAST PPC_IRQ_TRACE
|
#define PPC_IRQ_LAST PPC_IRQ_TRACE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user