From 1c12cd10fc4662141777f5b0fc0fbac2d00f50c3 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Fri, 24 Jan 2025 13:11:37 +0100 Subject: [PATCH] fix(xilinx): remove unused write_icc_asgi1r_el1() The commit 427e46ddea1e ("fix(xilinx): fix sending sgi to linux") removed code which called write_icc_asgi1r_el1() but function itself wasn't removed. Signed-off-by: Michal Simek Change-Id: I95a1424b0546f3f4a5e4611de34441b96e70b7d3 --- plat/xilinx/common/pm_service/pm_svc_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plat/xilinx/common/pm_service/pm_svc_main.c b/plat/xilinx/common/pm_service/pm_svc_main.c index 237761a09..f586ac3f3 100644 --- a/plat/xilinx/common/pm_service/pm_svc_main.c +++ b/plat/xilinx/common/pm_service/pm_svc_main.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2019-2022, Xilinx, Inc. All rights reserved. - * Copyright (c) 2022-2024, Advanced Micro Devices, Inc. All rights reserved. + * Copyright (c) 2022-2025, Advanced Micro Devices, Inc. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -64,7 +64,6 @@ /* 1 sec of wait timeout for secondary core down */ #define PWRDWN_WAIT_TIMEOUT (1000U) -DEFINE_RENAME_SYSREG_RW_FUNCS(icc_asgi1r_el1, S3_0_C12_C11_6) /* pm_up = true - UP, pm_up = false - DOWN */ static bool pm_up;