[PARISC] Add missing statfs64 and fstatfs64 syscalls
authorGuy Martin <gmsoft@tuxicoman.be>
Wed, 21 Feb 2007 15:32:57 +0000 (15:32 +0000)
committerKyle McMartin <kyle@hera.kernel.org>
Wed, 21 Feb 2007 15:33:59 +0000 (15:33 +0000)
Signed-off-by: Guy Martin <gmsoft@tuxicoman.be>
arch/parisc/kernel/syscall_table.S
include/asm-parisc/unistd.h

index 9c2d5d8..7d665de 100644 (file)
        ENTRY_COMP(move_pages)          /* 295 */
        ENTRY_SAME(getcpu)
        ENTRY_SAME(epoll_pwait)
+       ENTRY_COMP(statfs64)
+       ENTRY_COMP(fstatfs64)
        /* Nothing yet */
 
index 7c1bb8b..5513bdf 100644 (file)
 #define __NR_move_pages                (__NR_Linux + 295)
 #define __NR_getcpu            (__NR_Linux + 296)
 #define __NR_epoll_pwait       (__NR_Linux + 297)
+#define __NR_statfs64          (__NR_Linux + 298)
+#define __NR_fstatfs64         (__NR_Linux + 299)
 
-#define __NR_Linux_syscalls     298
+#define __NR_Linux_syscalls     300
 
 #define HPUX_GATEWAY_ADDR       0xC0000004
 #define LINUX_GATEWAY_ADDR      0x100