[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/4] arm: ast2600: Force a multiple of 32 of IRQs for the GIC
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 1/4] arm: ast2600: Force a multiple of 32 of IRQs for the GIC |
Date: |
Fri, 26 Feb 2021 09:56:34 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 2/26/21 7:57 AM, Andrew Jeffery wrote:
> This appears to be a requirement of the GIC model.
If so this should be adjusted in the GIC or a15mp_priv_realize(),
not in each caller, isn't it?
> The AST2600 allocates
> 197 GIC IRQs, which we will adjust shortly.
>
> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
> ---
> hw/arm/aspeed_ast2600.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)