diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-22 13:41:22 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-22 21:03:16 -0400 |
commit | 4e3d96deff59d126cfa289645e136e295e65480f (patch) | |
tree | 3dd8de44d8c836bc7aef06f79fd2cea5bbfcc99e /arch/blackfin/include | |
parent | 1e924e2f1e073684b845c95886183bac6a992fb0 (diff) |
Blackfin: wire up new syncfs syscall
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/include')
-rw-r--r-- | arch/blackfin/include/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/unistd.h b/arch/blackfin/include/asm/unistd.h index c97497dd0d19..ff9a9f35d50b 100644 --- a/arch/blackfin/include/asm/unistd.h +++ b/arch/blackfin/include/asm/unistd.h | |||
@@ -396,8 +396,9 @@ | |||
396 | #define __NR_name_to_handle_at 375 | 396 | #define __NR_name_to_handle_at 375 |
397 | #define __NR_open_by_handle_at 376 | 397 | #define __NR_open_by_handle_at 376 |
398 | #define __NR_clock_adjtime 377 | 398 | #define __NR_clock_adjtime 377 |
399 | #define __NR_syncfs 378 | ||
399 | 400 | ||
400 | #define __NR_syscall 378 | 401 | #define __NR_syscall 379 |
401 | #define NR_syscalls __NR_syscall | 402 | #define NR_syscalls __NR_syscall |
402 | 403 | ||
403 | /* Old optional stuff no one actually uses */ | 404 | /* Old optional stuff no one actually uses */ |