From 81542c00d0d3d0609cfedf91f8d6f455672af684 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Thu, 4 Oct 2018 09:55:23 +0100 Subject: Remove some MISRA defects in common code No functional changes. Change-Id: I9638e02acb9b22eb794ebf45aad84348a710287e Signed-off-by: Antonio Nino Diaz --- bl31/aarch64/bl31_entrypoint.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bl31') diff --git a/bl31/aarch64/bl31_entrypoint.S b/bl31/aarch64/bl31_entrypoint.S index 58e8afbd..3a45e53f 100644 --- a/bl31/aarch64/bl31_entrypoint.S +++ b/bl31/aarch64/bl31_entrypoint.S @@ -124,7 +124,7 @@ func bl31_warm_entrypoint * timestamp collection will need to do cache maintenance prior * to timestamp update. */ - pmf_calc_timestamp_addr rt_instr_svc RT_INSTR_EXIT_HW_LOW_PWR + pmf_calc_timestamp_addr rt_instr_svc, RT_INSTR_EXIT_HW_LOW_PWR mrs x1, cntpct_el0 str x1, [x0] #endif @@ -180,7 +180,7 @@ func bl31_warm_entrypoint bl psci_warmboot_entrypoint #if ENABLE_RUNTIME_INSTRUMENTATION - pmf_calc_timestamp_addr rt_instr_svc RT_INSTR_EXIT_PSCI + pmf_calc_timestamp_addr rt_instr_svc, RT_INSTR_EXIT_PSCI mov x19, x0 /* -- cgit v1.2.3