]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/unistd.h
x86: c_p_a() make it more robust against use of PAT bits
[linux-2.6-omap-h63xx.git] / include / asm-sparc / unistd.h
index e43ed1d63a9df15eb9ece97221efa52f60181410..0decdf76371640a45b5fcf43cdb39c862da8f93a 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: unistd.h,v 1.74 2002/02/08 03:57:18 davem Exp $ */
 #ifndef _SPARC_UNISTD_H
 #define _SPARC_UNISTD_H
 
@@ -9,7 +8,7 @@
  * think of right now to force the arguments into fixed registers
  * before the trap into the system call with gcc 'asm' statements.
  *
- * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
+ * Copyright (C) 1995, 2007 David S. Miller (davem@davemloft.net)
  *
  * SunOS compatibility based upon preliminary work which is:
  *
 #define __NR_move_pages                307
 #define __NR_getcpu            308
 #define __NR_epoll_pwait       309
+#define __NR_utimensat         310
+#define __NR_signalfd          311
+#define __NR_timerfd           312
+#define __NR_eventfd           313
+#define __NR_fallocate         314
 
-#define NR_SYSCALLS            310
+#define NR_SYSCALLS            315
+
+/* Sparc 32-bit only has the "setresuid32", "getresuid32" variants,
+ * it never had the plain ones and there is no value to adding those
+ * old versions into the syscall table.
+ */
+#define __IGNORE_setresuid
+#define __IGNORE_getresuid
+#define __IGNORE_setresgid
+#define __IGNORE_getresgid
 
 #ifdef __KERNEL__
 #define __ARCH_WANT_IPC_PARSE_VERSION