License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / arch / x86 / include / asm / unistd.h
blob51c4eee007329b8bc7ce138722dad39d67766ddf
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_X86_UNISTD_H
3 #define _ASM_X86_UNISTD_H 1
5 #include <uapi/asm/unistd.h>
8 # ifdef CONFIG_X86_X32_ABI
9 # define __SYSCALL_MASK (~(__X32_SYSCALL_BIT))
10 # else
11 # define __SYSCALL_MASK (~0)
12 # endif
14 # ifdef CONFIG_X86_32
16 # include <asm/unistd_32.h>
17 # define __ARCH_WANT_STAT64
18 # define __ARCH_WANT_SYS_IPC
19 # define __ARCH_WANT_SYS_OLD_MMAP
20 # define __ARCH_WANT_SYS_OLD_SELECT
22 # else
24 # include <asm/unistd_64.h>
25 # include <asm/unistd_64_x32.h>
26 # define __ARCH_WANT_COMPAT_SYS_TIME
27 # define __ARCH_WANT_COMPAT_SYS_PREADV64
28 # define __ARCH_WANT_COMPAT_SYS_PWRITEV64
29 # define __ARCH_WANT_COMPAT_SYS_PREADV64V2
30 # define __ARCH_WANT_COMPAT_SYS_PWRITEV64V2
32 # endif
34 # define __ARCH_WANT_OLD_READDIR
35 # define __ARCH_WANT_OLD_STAT
36 # define __ARCH_WANT_SYS_ALARM
37 # define __ARCH_WANT_SYS_FADVISE64
38 # define __ARCH_WANT_SYS_GETHOSTNAME
39 # define __ARCH_WANT_SYS_GETPGRP
40 # define __ARCH_WANT_SYS_LLSEEK
41 # define __ARCH_WANT_SYS_NICE
42 # define __ARCH_WANT_SYS_OLDUMOUNT
43 # define __ARCH_WANT_SYS_OLD_GETRLIMIT
44 # define __ARCH_WANT_SYS_OLD_UNAME
45 # define __ARCH_WANT_SYS_PAUSE
46 # define __ARCH_WANT_SYS_SIGNAL
47 # define __ARCH_WANT_SYS_SIGPENDING
48 # define __ARCH_WANT_SYS_SIGPROCMASK
49 # define __ARCH_WANT_SYS_SOCKETCALL
50 # define __ARCH_WANT_SYS_TIME
51 # define __ARCH_WANT_SYS_UTIME
52 # define __ARCH_WANT_SYS_WAITPID
53 # define __ARCH_WANT_SYS_FORK
54 # define __ARCH_WANT_SYS_VFORK
55 # define __ARCH_WANT_SYS_CLONE
57 #endif /* _ASM_X86_UNISTD_H */