]> git.karo-electronics.de Git - karo-tx-linux.git/commit
syscalls: make kcmp syscall available for all architectures
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 21 Sep 2012 01:01:56 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 21 Sep 2012 05:59:06 +0000 (15:59 +1000)
commit6dfc4cffd24b0c7dc04ca36471a4a6b2a9fc1377
tree008f0f60bed7b617a8ccc5d587d88cc260723c50
parent9c3a259f26ac38bfd6b102bc7a77c05fb4832eb5
syscalls: make kcmp syscall available for all architectures

Remove the x86 dependency, since the system call is not architecture
dependent.

Also add a ptrace.h include, so it compiles at least also on s390.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Michal Marek <mmarek@suse.cz>
Cc: "H. Peter Anvin" <hpa@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/Makefile
kernel/kcmp.c