linux-user: Conditionalize syscalls which are not defined in tilegx
commit704eff6c23fc807e0c7f729518f73fb7ad26d98c
authorChen Gang <xili_gchen_5257@hotmail.com>
Thu, 20 Aug 2015 21:37:33 +0000 (21 05:37 +0800)
committerRichard Henderson <rth@twiddle.net>
Tue, 15 Sep 2015 14:41:35 +0000 (15 07:41 -0700)
treeafc8421d5d8a0ebbca989dd9512e3c386164dca8
parentb16189b22244e4cc158a3425b377b219586ec8ca
linux-user: Conditionalize syscalls which are not defined in tilegx

Some of architectures (e.g. tilegx), several syscall macros are not
supported, so switch them.

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <BLU436-SMTP457D6FC9B2B9BA87AEB22CB9660@phx.gbl>
Signed-off-by: Richard Henderson <rth@twiddle.net>
linux-user/syscall.c