]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/unistd.h
[POWERPC] Provide a way to protect 4k subpages when using 64k pages
[linux-2.6] / include / asm-powerpc / unistd.h
index 2baedbe54e13cb61bdf57d221b6354bcd3f41668..fedc4b8e49e246372e0d188046ff00bcb4b37204 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef _ASM_PPC_UNISTD_H_
-#define _ASM_PPC_UNISTD_H_
+#ifndef _ASM_POWERPC_UNISTD_H_
+#define _ASM_POWERPC_UNISTD_H_
 
 /*
  * This file contains the system call numbers.
 #define __NR_move_pages                301
 #define __NR_getcpu            302
 #define __NR_epoll_pwait       303
+#define __NR_utimensat         304
+#define __NR_signalfd          305
+#define __NR_timerfd           306
+#define __NR_eventfd           307
+#define __NR_sync_file_range2  308
+#define __NR_fallocate         309
+#define __NR_subpage_prot      310
 
 #ifdef __KERNEL__
 
-#define __NR_syscalls          304
+#define __NR_syscalls          311
 
 #define __NR__exit __NR_exit
 #define NR_syscalls    __NR_syscalls
 #endif         /* __ASSEMBLY__ */
 #endif         /* __KERNEL__ */
 
-#endif /* _ASM_PPC_UNISTD_H_ */
+#endif /* _ASM_POWERPC_UNISTD_H_ */