···2020/* Use the standard ABI for syscalls. */2121#include <asm-generic/unistd.h>22222323+#define NR_syscalls __NR_syscalls2424+2325/* Additional Tilera-specific syscalls. */2426#define __NR_cacheflush (__NR_arch_specific_syscall + 1)2527__SYSCALL(__NR_cacheflush, sys_cacheflush)