commit | a13c16e847ee50d77546cffa596d3c573b3270b7 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Jul 20 12:37:51 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Jul 20 12:37:51 2007 +0900 |
tree | 96af21e5c2f2542001a371e9c9b0648e94f4841d | |
parent | 9a79b2274186fade17134929d4f85b70d59a3840 [diff] [blame] |
sh64: Wire up fallocate() syscall. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh64/kernel/syscalls.S b/arch/sh64/kernel/syscalls.S index a5c680d..abb94c0 100644 --- a/arch/sh64/kernel/syscalls.S +++ b/arch/sh64/kernel/syscalls.S
@@ -378,3 +378,4 @@ .long sys_signalfd .long sys_timerfd /* 350 */ .long sys_eventfd + .long sys_fallocate