diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-07-29 09:13:54 -1000 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-08-30 07:04:04 +1000 |
| commit | 6a91f64ee12fe54d1a9573e9ecbbae037b113097 (patch) | |
| tree | 00b2acf213b3fe82ac05b638a2e6524c6de17436 /linux-user/loader.h | |
| parent | a56ef5e8454e42c0d263a97a1297ae67f4ce19cd (diff) | |
| download | focaccia-qemu-6a91f64ee12fe54d1a9573e9ecbbae037b113097.tar.gz focaccia-qemu-6a91f64ee12fe54d1a9573e9ecbbae037b113097.zip | |
linux-user: Move init_guest_commpage to hppa/elfload.c
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/loader.h')
| -rw-r--r-- | linux-user/loader.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-user/loader.h b/linux-user/loader.h index 0c2cc556c3..c3b8f92e23 100644 --- a/linux-user/loader.h +++ b/linux-user/loader.h @@ -105,9 +105,7 @@ const char *elf_hwcap_str(uint32_t bit); const char *elf_hwcap2_str(uint32_t bit); const char *get_elf_platform(CPUState *cs); const char *get_elf_base_platform(CPUState *cs); -#if defined(TARGET_X86_64) || defined(TARGET_ARM) bool init_guest_commpage(void); -#endif struct target_elf_gregset_t; void elf_core_copy_regs(struct target_elf_gregset_t *, const CPUArchState *); |