linux-user: Fix up AArch64 syscall handlers
commit09701199f6d87ebfe609776156108c6dec812cde
authorAlexander Graf <agraf@suse.de>
Tue, 3 Sep 2013 19:12:15 +0000 (3 20:12 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:11:28 +0000 (10 19:11 +0100)
treed15259b16661f4b67f2143700f48aa12e2c4c40f
parentc7907301e7df9623bc5216934e30125ce66cfaea
linux-user: Fix up AArch64 syscall handlers

Some syscall handlers have special code for ARM enabled that we don't
need on AArch64. Exclude AArch64 in those cases. In other places we
can share struct definitions with other targets or have to provide our
own.

With this patch applied, most syscall definitions in linux-user should
be sound for AArch64.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: John Rigby <john.rigby@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1378235544-22290-16-git-send-email-peter.maydell@linaro.org
Message-id: 1368505980-17151-9-git-send-email-john.rigby@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/syscall.c
linux-user/syscall_defs.h