On 6 September 2015 at 00:57, Timothy E Baldwin <t.e.baldwi...@members.leeds.ac.uk> wrote: > Now with system call restarting support by all targets remove > uneeded conditionals. > > Signed-off-by: Timothy Edward Baldwin <t.e.baldwi...@members.leeds.ac.uk> > --- > linux-user/aarch64/syscall.h | 2 -- > linux-user/alpha/syscall.h | 2 -- > linux-user/arm/syscall.h | 2 -- > linux-user/cris/syscall.h | 2 -- > linux-user/i386/syscall.h | 2 -- > linux-user/m68k/syscall.h | 2 -- > linux-user/microblaze/syscall.h | 2 -- > linux-user/mips/syscall.h | 2 -- > linux-user/mips64/syscall.h | 2 -- > linux-user/openrisc/syscall.h | 2 -- > linux-user/ppc/syscall.h | 2 -- > linux-user/s390x/syscall.h | 2 -- > linux-user/sh4/syscall.h | 2 -- > linux-user/signal.c | 3 --- > linux-user/sparc/syscall.h | 2 -- > linux-user/sparc64/syscall.h | 2 -- > linux-user/syscall.c | 4 ++-- > linux-user/unicore32/syscall.h | 2 -- > linux-user/x86_64/syscall.h | 2 -- > 19 files changed, 2 insertions(+), 39 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> (though note there is a new target arch, tilegx, currently circling to land, which will mean you'll need to add some more stuff to this patchset assuming it doesn't get in first.) thanks -- PMM