[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/5] target/arm: Reduce dcz_blocksize to uint8_t
From: |
Peter Maydell |
Subject: |
Re: [PATCH 2/5] target/arm: Reduce dcz_blocksize to uint8_t |
Date: |
Thu, 10 Aug 2023 15:09:22 +0100 |
On Thu, 10 Aug 2023 at 03:37, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> This value is only 4 bits wide.
True. Any particular reason to change the type, though?
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> target/arm/cpu.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
[PATCH 4/5] target/arm: Support more GM blocksizes, Richard Henderson, 2023/08/09