aboutsummaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorPaul Beesley <paul.beesley@arm.com>2019-10-15 12:51:55 +0000
committerManish Pandey <manish.pandey2@arm.com>2019-12-20 16:03:51 +0000
commit0bf9f567a79033ff6db8c38111fc37fe07714896 (patch)
treee064bbdc2ff2713fb17686dba421ac77222c6718 /plat
parentaeaa225cbe24d63539261210e5aa901454de2a5b (diff)
downloadarm-trusted-firmware-0bf9f567a79033ff6db8c38111fc37fe07714896.tar.gz
spm-mm: Refactor spm_svc.h and its contents
Change-Id: I91c192924433226b54d33e57d56d146c1c6df81b Signed-off-by: Paul Beesley <paul.beesley@arm.com>
Diffstat (limited to 'plat')
-rw-r--r--plat/arm/css/sgi/sgi_ras.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plat/arm/css/sgi/sgi_ras.c b/plat/arm/css/sgi/sgi_ras.c
index 0001ffdde..de05a0737 100644
--- a/plat/arm/css/sgi/sgi_ras.c
+++ b/plat/arm/css/sgi/sgi_ras.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -14,7 +14,7 @@
#include <plat/common/platform.h>
#include <services/mm_svc.h>
#include <services/sdei.h>
-#include <services/spm_svc.h>
+#include <services/spm_mm_svc.h>
#include <sgi_ras.h>
@@ -142,11 +142,11 @@ static int sgi_ras_intr_handler(const struct err_record_info *err_rec,
sizeof(ras_map->ras_ev_num));
header->message_len = 4;
- spm_sp_call(MM_COMMUNICATE_AARCH64, (uint64_t)header, 0,
- plat_my_core_pos());
+ spm_mm_sp_call(MM_COMMUNICATE_AARCH64, (uint64_t)header, 0,
+ plat_my_core_pos());
/*
- * Do an EOI of the RAS interuupt. This allows the
+ * Do an EOI of the RAS interrupt. This allows the
* sdei event to be dispatched at the SDEI event's
* priority.
*/