summaryrefslogtreecommitdiffstats
path: root/cpu/74xx_7xx/interrupts.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/74xx_7xx/interrupts.c')
-rw-r--r--cpu/74xx_7xx/interrupts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/74xx_7xx/interrupts.c b/cpu/74xx_7xx/interrupts.c
index 10450da1c5..2e2e45615d 100644
--- a/cpu/74xx_7xx/interrupts.c
+++ b/cpu/74xx_7xx/interrupts.c
@@ -89,7 +89,7 @@ disable_interrupts(void)
int interrupt_init(void)
{
-#ifdef DEBUG
+#if defined(DEBUG) && !defined(CONFIG_AMIGAONEG3SE)
printf("interrupt_init: GT main cause reg: %08x:%08x\n",
GTREGREAD(LOW_INTERRUPT_CAUSE_REGISTER),
GTREGREAD(HIGH_INTERRUPT_CAUSE_REGISTER));
OpenPOWER on IntegriCloud