Message ID | 1578757241-29583-8-git-send-email-aleksandar.markovic@rt-rk.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | linux-user: Misc patches for 5.0 | expand |
On Sat, Jan 11, 2020 at 7:43 AM Aleksandar Markovic <aleksandar.markovic@rt-rk.com> wrote: > > From: Aleksandar Markovic <amarkovic@wavecomp.com> > > 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> > --- > linux-user/xtensa/syscall_nr.h | 2 -- > 1 file changed, 2 deletions(-) Acked-by: Max Filippov <jcmvbkbc@gmail.com>
diff --git a/linux-user/xtensa/syscall_nr.h b/linux-user/xtensa/syscall_nr.h index 3d19d0c..39bff65 100644 --- a/linux-user/xtensa/syscall_nr.h +++ b/linux-user/xtensa/syscall_nr.h @@ -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 */
From: Aleksandar Markovic <amarkovic@wavecomp.com> 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> --- linux-user/xtensa/syscall_nr.h | 2 -- 1 file changed, 2 deletions(-)