summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authormanu <manu@NetBSD.org>2005-11-06 21:50:28 +0000
committermanu <manu@NetBSD.org>2005-11-06 21:50:28 +0000
commita5d2387dbbe9b8be5c2f0cd01cedbe4255378d59 (patch)
tree3c6dbcca1b0136fe059eb6a80597c61eda43e5e2 /sys
parent80c644a6b91d6e5e2eb784525077e947fb7f33c7 (diff)
regen
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/linux/arch/i386/linux_syscall.h10
-rw-r--r--sys/compat/linux/arch/i386/linux_syscallargs.h20
-rw-r--r--sys/compat/linux/arch/i386/linux_syscalls.c10
-rw-r--r--sys/compat/linux/arch/i386/linux_sysent.c14
4 files changed, 16 insertions, 38 deletions
diff --git a/sys/compat/linux/arch/i386/linux_syscall.h b/sys/compat/linux/arch/i386/linux_syscall.h
index f3564eb3070..5081f7b7d5f 100644
--- a/sys/compat/linux/arch/i386/linux_syscall.h
+++ b/sys/compat/linux/arch/i386/linux_syscall.h
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscall.h,v 1.60 2005/11/06 14:25:48 tron Exp $ */
+/* $NetBSD: linux_syscall.h,v 1.61 2005/11/06 21:50:28 manu Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.75 2005/11/05 10:56:48 dogcow Exp
+ * created from NetBSD: syscalls.master,v 1.76 2005/11/06 18:16:31 manu Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -608,12 +608,6 @@
/* syscall: "fremovexattr" ret: "int" args: "int" "char *" */
#define LINUX_SYS_fremovexattr 237
-/* syscall: "sched_setaffinity" ret: "int" args: "pid_t" "unsigned int" "unsigned long *" */
-#define LINUX_SYS_sched_setaffinity 241
-
-/* syscall: "sched_getaffinity" ret: "int" args: "pid_t" "unsigned int" "unsigned long *" */
-#define LINUX_SYS_sched_getaffinity 242
-
/* syscall: "exit_group" ret: "int" args: "int" */
#define LINUX_SYS_exit_group 252
diff --git a/sys/compat/linux/arch/i386/linux_syscallargs.h b/sys/compat/linux/arch/i386/linux_syscallargs.h
index 49d17b46fa8..2cdf3947ad4 100644
--- a/sys/compat/linux/arch/i386/linux_syscallargs.h
+++ b/sys/compat/linux/arch/i386/linux_syscallargs.h
@@ -1,10 +1,10 @@
-/* $NetBSD: linux_syscallargs.h,v 1.60 2005/11/06 14:25:48 tron Exp $ */
+/* $NetBSD: linux_syscallargs.h,v 1.61 2005/11/06 21:50:28 manu Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.75 2005/11/05 10:56:48 dogcow Exp
+ * created from NetBSD: syscalls.master,v 1.76 2005/11/06 18:16:31 manu Exp
*/
#ifndef _LINUX_SYS__SYSCALLARGS_H_
@@ -696,18 +696,6 @@ struct linux_sys_fremovexattr_args {
syscallarg(char *) name;
};
-struct linux_sys_sched_setaffinity_args {
- syscallarg(pid_t) pid;
- syscallarg(unsigned int) len;
- syscallarg(unsigned long *) mask;
-};
-
-struct linux_sys_sched_getaffinity_args {
- syscallarg(pid_t) pid;
- syscallarg(unsigned int) len;
- syscallarg(unsigned long *) mask;
-};
-
struct linux_sys_exit_group_args {
syscallarg(int) error_code;
};
@@ -1125,10 +1113,6 @@ int linux_sys_lremovexattr(struct lwp *, void *, register_t *);
int linux_sys_fremovexattr(struct lwp *, void *, register_t *);
-int linux_sys_sched_setaffinity(struct lwp *, void *, register_t *);
-
-int linux_sys_sched_getaffinity(struct lwp *, void *, register_t *);
-
int linux_sys_exit_group(struct lwp *, void *, register_t *);
int linux_sys_clock_settime(struct lwp *, void *, register_t *);
diff --git a/sys/compat/linux/arch/i386/linux_syscalls.c b/sys/compat/linux/arch/i386/linux_syscalls.c
index fc02944f052..b2cfee90ab9 100644
--- a/sys/compat/linux/arch/i386/linux_syscalls.c
+++ b/sys/compat/linux/arch/i386/linux_syscalls.c
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_syscalls.c,v 1.61 2005/11/06 14:25:48 tron Exp $ */
+/* $NetBSD: linux_syscalls.c,v 1.62 2005/11/06 21:50:28 manu Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.75 2005/11/05 10:56:48 dogcow Exp
+ * created from NetBSD: syscalls.master,v 1.76 2005/11/06 18:16:31 manu Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.61 2005/11/06 14:25:48 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.62 2005/11/06 21:50:28 manu Exp $");
#if defined(_KERNEL_OPT)
#if defined(_KERNEL_OPT)
@@ -275,8 +275,8 @@ const char *const linux_syscallnames[] = {
"#238 (unimplemented tkill)", /* 238 = unimplemented tkill */
"#239 (unimplemented sendfile64)", /* 239 = unimplemented sendfile64 */
"#240 (unimplemented futex)", /* 240 = unimplemented futex */
- "sched_setaffinity", /* 241 = sched_setaffinity */
- "sched_getaffinity", /* 242 = sched_getaffinity */
+ "#241 (unimplemented sched_setaffinity)", /* 241 = unimplemented sched_setaffinity */
+ "#242 (unimplemented sched_getaffinity)", /* 242 = unimplemented sched_getaffinity */
"#243 (unimplemented set_thread_area)", /* 243 = unimplemented set_thread_area */
"#244 (unimplemented get_thread_area)", /* 244 = unimplemented get_thread_area */
"#245 (unimplemented io_setup)", /* 245 = unimplemented io_setup */
diff --git a/sys/compat/linux/arch/i386/linux_sysent.c b/sys/compat/linux/arch/i386/linux_sysent.c
index cc69f60690b..295391991aa 100644
--- a/sys/compat/linux/arch/i386/linux_sysent.c
+++ b/sys/compat/linux/arch/i386/linux_sysent.c
@@ -1,14 +1,14 @@
-/* $NetBSD: linux_sysent.c,v 1.60 2005/11/06 14:25:48 tron Exp $ */
+/* $NetBSD: linux_sysent.c,v 1.61 2005/11/06 21:50:28 manu Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.75 2005/11/05 10:56:48 dogcow Exp
+ * created from NetBSD: syscalls.master,v 1.76 2005/11/06 18:16:31 manu Exp
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.60 2005/11/06 14:25:48 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sysent.c,v 1.61 2005/11/06 21:50:28 manu Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_43.h"
@@ -517,10 +517,10 @@ struct sysent linux_sysent[] = {
linux_sys_nosys }, /* 239 = unimplemented sendfile64 */
{ 0, 0, 0,
linux_sys_nosys }, /* 240 = unimplemented futex */
- { 3, s(struct linux_sys_sched_setaffinity_args), 0,
- linux_sys_sched_setaffinity }, /* 241 = sched_setaffinity */
- { 3, s(struct linux_sys_sched_getaffinity_args), 0,
- linux_sys_sched_getaffinity }, /* 242 = sched_getaffinity */
+ { 0, 0, 0,
+ linux_sys_nosys }, /* 241 = unimplemented sched_setaffinity */
+ { 0, 0, 0,
+ linux_sys_nosys }, /* 242 = unimplemented sched_getaffinity */
{ 0, 0, 0,
linux_sys_nosys }, /* 243 = unimplemented set_thread_area */
{ 0, 0, 0,