[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/3] linux-user: Only include 'exec/tb-flush.h' header when n
From: |
Ilya Leoshkevich |
Subject: |
Re: [PATCH 1/3] linux-user: Only include 'exec/tb-flush.h' header when necessary |
Date: |
Thu, 09 Jan 2025 23:13:03 +0100 |
User-agent: |
Evolution 3.52.4 (3.52.4-2.fc40) |
On Thu, 2025-01-02 at 19:25 +0100, Philippe Mathieu-Daudé wrote:
> Very few source files require to access "exec/tb-flush.h"
> declarations, and except a pair, they all include it
> explicitly. No need to overload the generic "user-internals.h".
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> linux-user/user-internals.h | 1 -
> linux-user/mmap.c | 1 +
> linux-user/syscall.c | 1 +
> 3 files changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>