From 04ad28136d4bc1e16e14c6974c31b1ef7dc0560d Mon Sep 17 00:00:00 2001 From: Tomasz Lauda Date: Fri, 28 Sep 2018 16:13:37 +0200 Subject: [PATCH] arch: remove debug write from xtos Removes debug write from low lvl irq dispatcher in xtos. It overwrites our FW status in memory window. Signed-off-by: Tomasz Lauda --- src/arch/xtensa/smp/xtos/xea2/int-lowpri-dispatcher.S | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/arch/xtensa/smp/xtos/xea2/int-lowpri-dispatcher.S b/src/arch/xtensa/smp/xtos/xea2/int-lowpri-dispatcher.S index 38d6e4441..4b3124835 100644 --- a/src/arch/xtensa/smp/xtos/xea2/int-lowpri-dispatcher.S +++ b/src/arch/xtensa/smp/xtos/xea2/int-lowpri-dispatcher.S @@ -318,9 +318,7 @@ _LevelOneInterrupt: // this label makes tracebacks through interrupts look nic * NOTE: Reading the INTERRUPT register *must* be done at PS.INTLEVEL <= 1 * otherwise we might incorrectly see higher priority interrupts. */ - movi a13, 0xCCC - movi a14, 0xbe00e000 - s32i a13, a14, 0 + xtos_addr_percore a14, xtos_intstruct // address of interrupt management globals rsr.interrupt a15 // interrupts pending