We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a97cd4f + 04ad281 commit 6a12fb9Copy full SHA for 6a12fb9
1 file changed
src/arch/xtensa/smp/xtos/xea2/int-lowpri-dispatcher.S
@@ -318,9 +318,7 @@ _LevelOneInterrupt: // this label makes tracebacks through interrupts look nic
318
* NOTE: Reading the INTERRUPT register *must* be done at PS.INTLEVEL <= 1
319
* otherwise we might incorrectly see higher priority interrupts.
320
*/
321
- movi a13, 0xCCC
322
- movi a14, 0xbe00e000
323
- s32i a13, a14, 0
+
324
325
xtos_addr_percore a14, xtos_intstruct // address of interrupt management globals
326
rsr.interrupt a15 // interrupts pending
0 commit comments