Skip to content

Commit 74683c4

Browse files
authored
Merge pull request #144 from RanderWang/exception
exception: fix ipc timeout issue on bdw
2 parents 7a2f8c2 + 5c11302 commit 74683c4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/arch/xtensa/init.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ static void register_exceptions(void)
6464
EXCCAUSE_INSTR_ERROR, (void *)&exception);
6565
_xtos_set_exception_handler(
6666
EXCCAUSE_LOAD_STORE_ERROR, (void *)&exception);
67-
_xtos_set_exception_handler(
68-
EXCCAUSE_LEVEL1_INTERRUPT, (void *)&exception);
6967
_xtos_set_exception_handler(
7068
EXCCAUSE_ALLOCA, (void *)&exception);
7169
_xtos_set_exception_handler(

0 commit comments

Comments
 (0)