bsps/powerpc: PR757: Fix PPC_IRQ_TRACE for ppc601

We could probably also remove the ppc601 support entirely.
This commit is contained in:
Sebastian Huber
2014-03-31 16:11:30 +02:00
parent 3ccfd98bc1
commit 10b0c3f9d3

View File

@@ -416,6 +416,7 @@ extern "C" {
#define PPC_IRQ_LAST PPC_IRQ_NMEXT_BP
#elif defined(ppc601)
#undef PPC_IRQ_TRACE
#define PPC_IRQ_TRACE (PPC_STD_IRQ_LAST+1) /*0x02000-Run/Trace Exception*/
#define PPC_IRQ_LAST PPC_IRQ_TRACE