summaryrefslogtreecommitdiffstats
path: root/arch/x86/syscalls/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-02-14 14:18:50 -0800
committerH. Peter Anvin <hpa@zytor.com>2012-02-20 12:48:49 -0800
commit6630f11ba54414b9870d87dfef2bee467bfa842a (patch)
tree2162fee8b43a3ab3df33bd2687c01e0c651a5686 /arch/x86/syscalls/Makefile
parent2c73ce734653f96542a070f3c3b3e3d1cd0fba02 (diff)
downloadlinux-6630f11ba54414b9870d87dfef2bee467bfa842a.tar.bz2
x32: Add x32 system calls to syscall/syscall_64.tbl
Split the 64-bit system calls into "64" (64-bit only) and "common" (64-bit or x32) and add the x32 system call numbers. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/syscalls/Makefile')
-rw-r--r--arch/x86/syscalls/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/syscalls/Makefile b/arch/x86/syscalls/Makefile
index 564b2476fede..89dd9581c5a2 100644
--- a/arch/x86/syscalls/Makefile
+++ b/arch/x86/syscalls/Makefile
@@ -24,7 +24,7 @@ syshdr_pfx_unistd_32_ia32 := ia32_
$(out)/unistd_32_ia32.h: $(syscall32) $(syshdr)
$(call if_changed,syshdr)
-syshdr_abi_unistd_64 := 64
+syshdr_abi_unistd_64 := common,64
$(out)/unistd_64.h: $(syscall64) $(syshdr)
$(call if_changed,syshdr)