qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 02/18] hw/arm/boot: Include missing 'exec/cpu-all.h' header


From: Richard Henderson
Subject: Re: [PATCH 02/18] hw/arm/boot: Include missing 'exec/cpu-all.h' header
Date: Wed, 11 Jan 2023 09:55:09 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 1/10/23 08:43, Philippe Mathieu-Daudé wrote:
default_reset_secondary() uses address_space_stl_notdirty(),
itself declared in "exec/cpu-all.h". Include this header in
order to avoid when refactoring headers:

   ../hw/arm/boot.c:281:5: error: implicit declaration of function 
'address_space_stl_notdirty' is invalid in C99 
[-Werror,-Wimplicit-function-declaration]
     address_space_stl_notdirty(as, info->smp_bootreg_addr,
     ^

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  hw/arm/boot.c | 1 +
  1 file changed, 1 insertion(+)

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

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]