[AVR32] Wire up sys_utimensat
authorHaavard Skinnemoen <hskinnemoen@atmel.com>
Wed, 9 May 2007 08:23:11 +0000 (10:23 +0200)
committerHaavard Skinnemoen <hskinnemoen@atmel.com>
Wed, 9 May 2007 08:23:11 +0000 (10:23 +0200)
Tested with a slightly hacked version of the test case included with
the original utimensat patch. All OK.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
arch/avr32/kernel/syscall_table.S
include/asm-avr32/unistd.h

index 7c279586fbbac96b6445adc074ec56848c213e7f..07f6a6fa340de67e07eef9c0f57156008516c0b2 100644 (file)
@@ -291,4 +291,5 @@ sys_call_table:
        .long   sys_shmget              /* 275 */
        .long   sys_shmdt
        .long   sys_shmctl
+       .long   sys_utimensat
        .long   sys_ni_syscall          /* r8 is saturated at nr_syscalls */
index 8f51204718193751bc131cc4f9ce772c2405a36b..2418cce624cc18775a459436aaaef18e140f9398 100644 (file)
 #define __NR_shmdt             276
 #define __NR_shmctl            277
 
+#define __NR_utimensat         278
+
 #ifdef __KERNEL__
-#define NR_syscalls            278
+#define NR_syscalls            279
 
 
 #define __ARCH_WANT_IPC_PARSE_VERSION