On 8/18/23 05:38, Peter Maydell wrote:
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.mayd...@linaro.org>
---
I was looking at this function to see what argument I needed to pass it
for the FEAT_MOPS stuff, and it turns out the answer was "it doesn't
matter because it never uses the argument anyway" :-)

  target/arm/tcg/mte_helper.c | 42 +++++++++++++------------------------
  1 file changed, 14 insertions(+), 28 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to