Skip to content

Commit 5c11302

Browse files
committed
exception: fix ipc timeout issue on bdw
It is a regression issue. L1 interrupt is used by SSP on bdw, so don't register it as a exception. Signed-off-by: Rander Wang <rander.wang@linux.intel.com>
1 parent 7a2f8c2 commit 5c11302

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)