OSDN Git Service

target/arm: Remove unused allocation_tag_mem() argument
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 7 Sep 2023 16:03:27 +0000 (17:03 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 21 Sep 2023 15:07:13 +0000 (16:07 +0100)
commit0b5ad31d2a997c9b80e7e24aafce7f079fc67bbd
tree336ebabd08c7bc39e89ce0a6e86d16ddb57f1735
parent3039b090f2058949edf6a7f1c8e793bc309fa6de
target/arm: Remove unused allocation_tag_mem() argument

The allocation_tag_mem() function takes an argument tag_size,
but it never uses it. Remove the argument. In mte_probe_int()
in particular this also lets us delete the code computing
the value we were passing in.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
target/arm/tcg/mte_helper.c