.. | .. |
---|
1 | | -// SPDX-License-Identifier: GPL-2.0 |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
---|
2 | 2 | // Copyright (C) 2005-2017 Andes Technology Corporation |
---|
3 | 3 | |
---|
| 4 | +#define __ARCH_WANT_STAT64 |
---|
4 | 5 | #define __ARCH_WANT_SYNC_FILE_RANGE2 |
---|
| 6 | +#define __ARCH_WANT_SET_GET_RLIMIT |
---|
| 7 | +#define __ARCH_WANT_TIME32_SYSCALLS |
---|
5 | 8 | |
---|
6 | 9 | /* Use the standard ABI for syscalls */ |
---|
7 | 10 | #include <asm-generic/unistd.h> |
---|
8 | 11 | |
---|
9 | 12 | /* Additional NDS32 specific syscalls. */ |
---|
10 | 13 | #define __NR_cacheflush (__NR_arch_specific_syscall) |
---|
| 14 | +#define __NR_fp_udfiex_crtl (__NR_arch_specific_syscall + 1) |
---|
11 | 15 | __SYSCALL(__NR_cacheflush, sys_cacheflush) |
---|
| 16 | +__SYSCALL(__NR_fp_udfiex_crtl, sys_fp_udfiex_crtl) |
---|