From 2162c60fe9ce57614f87613630db4d3479dabf2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 23 Oct 2016 16:29:37 +0000 Subject: [PATCH] add xlbarb lowlevel interrupt handler --- sys/exceptions.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/exceptions.S b/sys/exceptions.S index 2af0db2..94f3f21 100644 --- a/sys/exceptions.S +++ b/sys/exceptions.S @@ -236,6 +236,9 @@ init_vec_loop: // install lowlevel_isr_handler for the XLBPCI interrupt move.l a1,(INT_SOURCE_XLBPCI + 64) * 4(a0) +// install lowlevel_isr_handler for the XLBARB interrupt + move.l a1,(INT_SOURCE_XLBARB + 64) * 4(a0) + // install lowlevel_isr_handler for the FEC0 interrupt move.l a1,(INT_SOURCE_FEC0 + 64) * 4(a0)