[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] target/arm: Replace magic value by MMU_DATA_LOAD definition
From: |
Peter Maydell |
Subject: |
Re: [PATCH] target/arm: Replace magic value by MMU_DATA_LOAD definition |
Date: |
Thu, 28 Jan 2021 12:13:10 +0000 |
On Wed, 27 Jan 2021 at 23:28, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> cpu_get_phys_page_debug() uses 'DATA LOAD' MMU access type.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> target/arm/helper.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied to target-arm.next, thanks.
-- PMM