]> Git Repo - linux.git/commitdiff
x86-64, kcmp: The kcmp system call can be common
authorH. Peter Anvin <[email protected]>
Wed, 1 Aug 2012 22:59:58 +0000 (15:59 -0700)
committerH. Peter Anvin <[email protected]>
Wed, 1 Aug 2012 23:01:06 +0000 (16:01 -0700)
We already use the same system call handler for i386 and x86-64, there
is absolutely no reason x32 can't use the same system call, too.

Signed-off-by: H. Peter Anvin <[email protected]>
Cc: H.J. Lu <[email protected]>
Cc: Cyrill Gorcunov <[email protected]>
Cc: <[email protected]> v3.5
Link: http://lkml.kernel.org/n/[email protected]
arch/x86/syscalls/syscall_64.tbl

index 51171aeff0dc31483cdc6526e641459b0d64deb3..29aed7ac2c02a8b73aa2d58ab55f2d884bea2698 100644 (file)
 309    common  getcpu                  sys_getcpu
 310    64      process_vm_readv        sys_process_vm_readv
 311    64      process_vm_writev       sys_process_vm_writev
-312    64      kcmp                    sys_kcmp
+312    common  kcmp                    sys_kcmp
 
 #
 # x32-specific system call numbers start at 512 to avoid cache impact
This page took 0.050775 seconds and 4 git commands to generate.