Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tile: Add definition of NR_syscalls

It is required by the syscall tracepoint mechanism.

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

authored by

Simon Marchi and committed by
Chris Metcalf
6e4a2f7f e2ed522a

+2
+2
arch/tile/include/uapi/asm/unistd.h
··· 20 20 /* Use the standard ABI for syscalls. */ 21 21 #include <asm-generic/unistd.h> 22 22 23 + #define NR_syscalls __NR_syscalls 24 + 23 25 /* Additional Tilera-specific syscalls. */ 24 26 #define __NR_cacheflush (__NR_arch_specific_syscall + 1) 25 27 __SYSCALL(__NR_cacheflush, sys_cacheflush)