xref: /linux/arch/csky/abiv2/inc/abi/vdso.h (revision a4eb44a6435d6d8f9e642407a4a06f65eb90ca04)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 #ifndef __ABI_CSKY_VDSO_H
4 #define __ABI_CSKY_VDSO_H
5 
6 /* movi r7, 173 */
7 #define SET_SYSCALL_ID	.long 0x008bea07
8 
9 #endif /* __ABI_CSKY_VDSO_H */
10