commit | 2ed0e2435939c8199abd3578a3a4991c5a7d5ca8 | [log] [tgz] |
---|---|---|
author | Guy Martin <gmsoft@tuxicoman.be> | Wed Feb 21 15:32:57 2007 +0000 |
committer | Kyle McMartin <kyle@hera.kernel.org> | Wed Feb 21 15:33:59 2007 +0000 |
tree | 493dfe0a71218d5c11fe7d979289c32d468df9bc | |
parent | 04532c4f55ef4b577c59744f789d5b1add435503 [diff] [blame] |
[PARISC] Add missing statfs64 and fstatfs64 syscalls Signed-off-by: Guy Martin <gmsoft@tuxicoman.be>
diff --git a/arch/parisc/kernel/syscall_table.S b/arch/parisc/kernel/syscall_table.S index 9c2d5d8..7d665de 100644 --- a/arch/parisc/kernel/syscall_table.S +++ b/arch/parisc/kernel/syscall_table.S
@@ -403,5 +403,7 @@ ENTRY_COMP(move_pages) /* 295 */ ENTRY_SAME(getcpu) ENTRY_SAME(epoll_pwait) + ENTRY_COMP(statfs64) + ENTRY_COMP(fstatfs64) /* Nothing yet */