commit | 260e571343b12221ad848a9c972fc5518d66ef2c | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Sep 11 15:04:18 2010 -0400 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Wed Sep 15 15:36:00 2010 +0000 |
tree | d9214226545682340b30452a3ac82ed1e5610613 | |
parent | 1b30f4b7b73e6840ddfe299a84a5864074de66b7 [diff] [blame] |
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>
diff --git a/linux/syscall.h b/linux/syscall.h index 6bfed87..679697f 100644 --- a/linux/syscall.h +++ b/linux/syscall.h
@@ -334,4 +334,5 @@ #ifdef BFIN int sys_sram_alloc(); +int sys_cacheflush(); #endif