diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-02-14 17:46:23 -0500 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2012-02-20 15:52:04 -0500 |
commit | ea499fec48dd771bd92984337fcb57ed4c787e69 (patch) | |
tree | baeeed85d52a5acec79e63203bcdbf037424346a /arch/x86/include/asm/unistd.h | |
parent | 6cbb369f578378cf5b1876766d860ae7c2a94d60 (diff) |
x32: Generate <asm/unistd_64_x32.h>
Generate macros for the *kernel* code to use to refer to x32 system
calls. These have an __NR_x32_ prefix and do not include
__X32_SYSCALL_BIT.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/unistd.h')
-rw-r--r-- | arch/x86/include/asm/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/unistd.h b/arch/x86/include/asm/unistd.h index dab5349f14fc..7a48a5557470 100644 --- a/arch/x86/include/asm/unistd.h +++ b/arch/x86/include/asm/unistd.h | |||
@@ -17,6 +17,7 @@ | |||
17 | # else | 17 | # else |
18 | 18 | ||
19 | # include <asm/unistd_64.h> | 19 | # include <asm/unistd_64.h> |
20 | # include <asm/unistd_64_x32.h> | ||
20 | # define __ARCH_WANT_COMPAT_SYS_TIME | 21 | # define __ARCH_WANT_COMPAT_SYS_TIME |
21 | 22 | ||
22 | # endif | 23 | # endif |