]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
x86_64: fix ia32 syscall count
authorChuck Ebbert <76306.1226@compuserve.com>
Thu, 4 Jan 2007 22:01:18 +0000 (23:01 +0100)
committerAdrian Bunk <bunk@stusta.de>
Tue, 9 Jan 2007 02:23:30 +0000 (03:23 +0100)
Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
include/asm-x86_64/ia32_unistd.h

index eeb2bcd635de610095baa83a210564777d72ad53..34ad297f9d58bf93cd235f69e34843e8d5f3156b 100644 (file)
 #define __NR_ia32_ppoll                        309
 #define __NR_ia32_unshare              310
 
-#define IA32_NR_syscalls 315   /* must be > than biggest syscall! */
+#define IA32_NR_syscalls 311   /* must be > than biggest syscall! */
 
 #endif /* _ASM_X86_64_IA32_UNISTD_H_ */