On Wed, 30 Jul 2025 at 01:38, Richard Henderson
wrote:
>
> Rename from cpu_get_model to emphasize that this is
> an elf-specific function. Declare the function once
> in loader.h.
>
> This frees up target_elf.h for other uses.
>
> Signed-off-by: Richard Henderson
> @@ -805,7 +804,7 @@ int main
Rename from cpu_get_model to emphasize that this is
an elf-specific function. Declare the function once
in loader.h.
This frees up target_elf.h for other uses.
Signed-off-by: Richard Henderson
---
linux-user/aarch64/target_elf.h | 5 +---
linux-user/alpha/target_elf.h | 5 +---
lin