summaryrefslogtreecommitdiff
path: root/core/arch/arm/pta/interrupt_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/arch/arm/pta/interrupt_tests.c')
-rw-r--r--core/arch/arm/pta/interrupt_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/arch/arm/pta/interrupt_tests.c b/core/arch/arm/pta/interrupt_tests.c
index bc307a8..2b9ea00 100644
--- a/core/arch/arm/pta/interrupt_tests.c
+++ b/core/arch/arm/pta/interrupt_tests.c
@@ -174,7 +174,7 @@ static TEE_Result test_ppi(void)
itr_add(&ppi_handler);
itr_enable(TEST_PPI_ID);
- exceptions = thread_mask_exceptions(THREAD_EXCP_IRQ);
+ exceptions = thread_mask_exceptions(THREAD_EXCP_FOREIGN_INTR);
expect_ppi_value[get_core_pos()]++;
itr_raise_pi(TEST_PPI_ID);
thread_unmask_exceptions(exceptions);