]> granicus.if.org Git - strace/commit
Blackfin: decode new syscalls
authorMike Frysinger <vapier@gentoo.org>
Sat, 11 Sep 2010 19:04:18 +0000 (15:04 -0400)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 15 Sep 2010 15:36:00 +0000 (15:36 +0000)
commit260e571343b12221ad848a9c972fc5518d66ef2c
treed9214226545682340b30452a3ac82ed1e5610613
parent1b30f4b7b73e6840ddfe299a84a5864074de66b7
Blackfin: decode new syscalls

* linux/bfin/syscallent.h: Add fanotify/prlimit/cacheflush syscalls.
* linux/syscall.h: Add sys_cacheflush() decl.
* system.c: Decode Blackfin's cacheflush syscall.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
linux/bfin/syscallent.h
linux/syscall.h
system.c