linux-user: Add syscall number definitions for AArch64
commitc7907301e7df9623bc5216934e30125ce66cfaea
authorAlexander Graf <agraf@suse.de>
Tue, 3 Sep 2013 19:12:14 +0000 (3 20:12 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:11:28 +0000 (10 19:11 +0100)
tree88f1d8b3cafcaf780f2fd9032a14f32933eca21c
parent1861c4543ffa6224d0661036afaa7ec1cf30e8bb
linux-user: Add syscall number definitions for AArch64

The AArch64 syscall definitions are all publicly available in the Linux
kernel. Let's add them to our linux-user emulation target, so that we
can easily handle AArch64 syscalls.

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-15-git-send-email-peter.maydell@linaro.org
Message-id: 1368505980-17151-8-git-send-email-john.rigby@linaro.org
[PMM: changes relating to cpu_loop() removed as they are superseded
 by an earlier patch]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/aarch64/syscall_nr.h [new file with mode: 0644]