This commit is contained in:
David Gálvez
2019-04-06 11:25:28 +02:00
committed by David Galvez
parent ac4301670c
commit 231c71106e

View File

@@ -442,7 +442,7 @@ bool xlbarb_interrupt_handler(void *arg1, void *arg2)
dbg("arg1=0x%08x arg2=0x%08x\r\n", arg1, arg2); dbg("arg1=0x%08x arg2=0x%08x\r\n", arg1, arg2);
/* /*
* TODO: we should probably issue a bus error when this occors * TODO: we should probably issue a bus error when this occurs
*/ */
err("XLB arbiter interrupt\r\n"); err("XLB arbiter interrupt\r\n");
err("captured address: 0x%08lx\r\n", MCF_XLB_XARB_ADRCAP); err("captured address: 0x%08lx\r\n", MCF_XLB_XARB_ADRCAP);