diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-18 04:05:23 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-18 04:05:25 -0400 |
commit | a8d0142fb7e31a11919ef2d45d6f43e0f225f568 (patch) | |
tree | 2b9fd6d349b3f4958b160ad89121cf89f8112054 /arch/blackfin/include | |
parent | 1353d050facf5efd8dc05ba6c4d7852fcb423b15 (diff) |
Blackfin: wire up new syscalls
Hook up name_to_handle_at, open_by_handle_at, and clock_adjtime.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/include')
-rw-r--r-- | arch/blackfin/include/asm/unistd.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/blackfin/include/asm/unistd.h b/arch/blackfin/include/asm/unistd.h index 928ae975b87e..c97497dd0d19 100644 --- a/arch/blackfin/include/asm/unistd.h +++ b/arch/blackfin/include/asm/unistd.h | |||
@@ -393,8 +393,11 @@ | |||
393 | #define __NR_fanotify_mark 372 | 393 | #define __NR_fanotify_mark 372 |
394 | #define __NR_prlimit64 373 | 394 | #define __NR_prlimit64 373 |
395 | #define __NR_cacheflush 374 | 395 | #define __NR_cacheflush 374 |
396 | #define __NR_name_to_handle_at 375 | ||
397 | #define __NR_open_by_handle_at 376 | ||
398 | #define __NR_clock_adjtime 377 | ||
396 | 399 | ||
397 | #define __NR_syscall 375 | 400 | #define __NR_syscall 378 |
398 | #define NR_syscalls __NR_syscall | 401 | #define NR_syscalls __NR_syscall |
399 | 402 | ||
400 | /* Old optional stuff no one actually uses */ | 403 | /* Old optional stuff no one actually uses */ |