> On 8 Jan 2025, at 07:57, Michal Orzel <[email protected]> wrote:
>
> In the original patch e7a80636f16e ("xen/arm: add cache coloring support
> for Xen image"), the stub was added under wrong assumption that DCE
> won't remove the function call if it's not static. This assumption is
> incorrect as we already rely on DCE for cases like this one. Therefore
> drop the stub, that otherwise would be a place potentially prone to
> errors in the future.
>
> Suggested-by: Julien Grall <[email protected]>
> Signed-off-by: Michal Orzel <[email protected]>
> ---
Reviewed-by: Luca Fancellu <[email protected]>