From: Mikael Pettersson Date: Wed, 25 Aug 2010 19:49:01 +0000 (+0100) Subject: ARM: 6343/1: wire up fanotify and prlimit64 syscalls on ARM X-Git-Tag: v2.6.36-rc4~64^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=418cf646c9999f2f7d216b1a693c2c575ab8094c;p=pandora-kernel.git ARM: 6343/1: wire up fanotify and prlimit64 syscalls on ARM The 2.6.36-rc kernel added three new system calls: fanotify_init, fanotify_mark, and prlimit64. This patch wires them up on ARM. The only non-trivial issue here is the u64 argument to sys_fanotify_mark(), but it is the 3rd argument and thus passed in r2/r3 in both kernel and user space, so it causes no problems. Tested with a 2.6.36-rc2 EABI kernel on an ixp4xx machine. Tested-by: Anand Gadiyar Signed-off-by: Mikael Pettersson Signed-off-by: Russell King --- Reading git-diff-tree failed