]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/sparc/tcg-target.inc.c
linux-user: remove useless macros GUEST_BASE and RESERVED_VA
authorLaurent Vivier <laurent@vivier.eu>
Mon, 24 Aug 2015 12:53:54 +0000 (14:53 +0200)
committerRichard Henderson <rth@twiddle.net>
Mon, 24 Aug 2015 18:14:30 +0000 (11:14 -0700)
commitb76f21a70748b735d6ac84fec4bb9bdaafa339b1
tree8512b8209e81b928f79352d48f66fcc35a7a63da
parent4cbea5986981998cda07b13794c7e3ff7bc42e80
linux-user: remove useless macros GUEST_BASE and RESERVED_VA

As we have removed CONFIG_USE_GUEST_BASE, we always use a guest base
and the macros GUEST_BASE and RESERVED_VA become useless: replace
them by their values.

Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <1440420834-8388-1-git-send-email-laurent@vivier.eu>
Signed-off-by: Richard Henderson <rth@twiddle.net>
include/exec/cpu-all.h
include/exec/cpu_ldst.h
linux-user/mmap.c
tcg/aarch64/tcg-target.c
tcg/arm/tcg-target.c
tcg/i386/tcg-target.c
tcg/ia64/tcg-target.c
tcg/mips/tcg-target.c
tcg/ppc/tcg-target.c
tcg/s390/tcg-target.c
tcg/sparc/tcg-target.c