Skip to content

Commit

Permalink
linux-user: xtensa: Remove unused constant TARGET_NR_syscall_count
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
AMarkovic authored and vivier committed Feb 17, 2020
1 parent 0f0eeed commit 0a80aa5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions linux-user/xtensa/syscall_nr.h
Expand Up @@ -466,6 +466,4 @@
#define TARGET_NR_pidfd_open 434
#define TARGET_NR_clone3 435

#define TARGET_NR_syscall_count 436

#endif /* XTENSA_SYSCALL_NR_H */

0 comments on commit 0a80aa5

Please sign in to comment.