arm-trusted-firmware/plat/xilinx
Boyan Karatotev 3b8021058a perf(psci): pass my_core_pos around instead of calling it repeatedly
On some platforms plat_my_core_pos is a nontrivial function that takes a
bit of time and the compiler really doesn't like to inline. In the PSCI
library, at least, we have no need to keep repeatedly calling it and we
can instead pass it around as an argument. This saves on a lot of
redundant calls, speeding the library up a bit.

Change-Id: I137f69bea80d7cac90d7a20ffe98e1ba8d77246f
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
2025-01-14 10:02:00 +00:00
..
common perf(psci): pass my_core_pos around instead of calling it repeatedly 2025-01-14 10:02:00 +00:00
versal fix(versal): typecast operands to match data type 2024-12-20 11:01:46 +00:00
versal_net fix(versal-net): typecast operands to match data type 2024-12-20 11:01:42 +00:00
zynqmp fix(zynqmp): typecast operands to match data type 2024-12-20 11:01:34 +00:00