summaryrefslogtreecommitdiff
path: root/services/spd
diff options
context:
space:
mode:
authorMark Dykes <mardyk01@review.trustedfirmware.org>2020-02-18 19:19:00 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2020-02-18 19:19:00 +0000
commit76ce1028b0e0ef27e3aede9ad0fe43ca5af2b6c5 (patch)
treeeae88a91572d84f733c40bb9b1619c5fa9a63d9f /services/spd
parentd3b1bfc10f826329dc47693bd54c2392b83dab1e (diff)
parent2fe75a2de087ec23162c5fd25ba439bd330ea50c (diff)
Merge "coverity: fix MISRA violations" into integration
Diffstat (limited to 'services/spd')
-rw-r--r--services/spd/tspd/tspd_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/spd/tspd/tspd_main.c b/services/spd/tspd/tspd_main.c
index f2067244e..b0cbf625d 100644
--- a/services/spd/tspd/tspd_main.c
+++ b/services/spd/tspd/tspd_main.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013-2019, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2020, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -126,7 +126,7 @@ static uint64_t tspd_sel1_interrupt_handler(uint32_t id,
* interrupt handling.
*/
if (get_yield_smc_active_flag(tsp_ctx->state)) {
- tsp_ctx->saved_spsr_el3 = SMC_GET_EL3(&tsp_ctx->cpu_ctx,
+ tsp_ctx->saved_spsr_el3 = (uint32_t)SMC_GET_EL3(&tsp_ctx->cpu_ctx,
CTX_SPSR_EL3);
tsp_ctx->saved_elr_el3 = SMC_GET_EL3(&tsp_ctx->cpu_ctx,
CTX_ELR_EL3);