]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-avr32/unistd.h
KVM: Keep control regs in sync
[linux-2.6-omap-h63xx.git] / include / asm-avr32 / unistd.h
index 8f51204718193751bc131cc4f9ce772c2405a36b..de09009593f84eb12d3e8fa38c0450df96777b7d 100644 (file)
 #define __NR_shmdt             276
 #define __NR_shmctl            277
 
+#define __NR_utimensat         278
+#define __NR_signalfd          279
+#define __NR_timerfd           280
+#define __NR_eventfd           281
+
 #ifdef __KERNEL__
-#define NR_syscalls            278
+#define NR_syscalls            282
+
+/* Old stuff */
+#define __IGNORE_uselib
+#define __IGNORE_mmap
+
+/* NUMA stuff */
+#define __IGNORE_mbind
+#define __IGNORE_get_mempolicy
+#define __IGNORE_set_mempolicy
+#define __IGNORE_migrate_pages
+#define __IGNORE_move_pages
 
+/* SMP stuff */
+#define __IGNORE_getcpu
 
 #define __ARCH_WANT_IPC_PARSE_VERSION
 #define __ARCH_WANT_STAT64