From 79c08f110715360288554e93b6c994c02090a06b Mon Sep 17 00:00:00 2001 From: J-Alves Date: Wed, 27 Oct 2021 15:15:16 +0100 Subject: feat: spm helper functions for MP tests Added two helper functions to help with SPM tests in a MP setup. - spm_core_sp_init: to initialize an SP in a given core. - get_current_core_id: to get the current core ID. Signed-off-by: J-Alves Change-Id: Iad10d43f258f5ed05ce52b87c94a9333c228f26d --- spm/cactus/cactus_tests/cactus_test_notifications.c | 1 - 1 file changed, 1 deletion(-) (limited to 'spm/cactus/cactus_tests') diff --git a/spm/cactus/cactus_tests/cactus_test_notifications.c b/spm/cactus/cactus_tests/cactus_test_notifications.c index 52c226b..57375e7 100644 --- a/spm/cactus/cactus_tests/cactus_test_notifications.c +++ b/spm/cactus/cactus_tests/cactus_test_notifications.c @@ -9,7 +9,6 @@ #include "cactus_tests.h" #include #include -#include /* Booleans to keep track of which CPUs handled NPI. */ static bool npi_handled[PLATFORM_CORE_COUNT]; -- cgit v1.2.3