]> git.proxmox.com Git - mirror_qemu.git/commitdiff
linux-user: xtensa: Remove unused constant TARGET_NR_syscall_count
authorAleksandar Markovic <amarkovic@wavecomp.com>
Thu, 13 Feb 2020 12:29:14 +0000 (13:29 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 17 Feb 2020 09:28:50 +0000 (10:28 +0100)
Currently, there is no usage of TARGET_NR_syscall_count for target
xtensa, and there is no obvious indication if there is some planned
usage in future.

CC: Max Filippov <jcmvbkbc@gmail.com>
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <1581596954-2305-10-git-send-email-aleksandar.markovic@rt-rk.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/xtensa/syscall_nr.h

index 3d19d0cb70a61f8f487ba117064e6efa23c3b639..39bff65dca0807420cfca5c273e60aab9b56837f 100644 (file)
 #define TARGET_NR_pidfd_open                         434
 #define TARGET_NR_clone3                             435
 
-#define TARGET_NR_syscall_count                      436
-
 #endif /* XTENSA_SYSCALL_NR_H */