Skip to content

Commit 6a12fb9

Browse files
authored
Merge pull request #439 from tlauda/topic/xtos-remove-debug-write
arch: remove debug write from xtos
2 parents a97cd4f + 04ad281 commit 6a12fb9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/arch/xtensa/smp/xtos/xea2/int-lowpri-dispatcher.S

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,7 @@ _LevelOneInterrupt: // this label makes tracebacks through interrupts look nic
318318
* NOTE: Reading the INTERRUPT register *must* be done at PS.INTLEVEL <= 1
319319
* otherwise we might incorrectly see higher priority interrupts.
320320
*/
321-
movi a13, 0xCCC
322-
movi a14, 0xbe00e000
323-
s32i a13, a14, 0
321+
324322

325323
xtos_addr_percore a14, xtos_intstruct // address of interrupt management globals
326324
rsr.interrupt a15 // interrupts pending

0 commit comments

Comments
 (0)