From e385ddef5ee35deb3524c2c4c75c669af2556d23 Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 27 Jan 2001 07:55:44 +0000 Subject: [PATCH] Regen; getpid(2) is MP-safe. --- sys/compat/linux/arch/m68k/linux_syscall.h | 4 ++-- sys/compat/linux/arch/m68k/linux_syscallargs.h | 4 ++-- sys/compat/linux/arch/m68k/linux_syscalls.c | 4 ++-- sys/compat/linux/arch/m68k/linux_sysent.c | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys/compat/linux/arch/m68k/linux_syscall.h b/sys/compat/linux/arch/m68k/linux_syscall.h index 5f954b99ba6c..44c45186a538 100644 --- a/sys/compat/linux/arch/m68k/linux_syscall.h +++ b/sys/compat/linux/arch/m68k/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.30 2001/01/27 07:27:00 thorpej Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.31 2001/01/27 07:55:44 thorpej Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.28 2000/12/29 20:10:17 fvdl Exp + * created from NetBSD: syscalls.master,v 1.29 2001/01/27 07:55:23 thorpej Exp */ /* syscall: "syscall" ret: "int" args: */ diff --git a/sys/compat/linux/arch/m68k/linux_syscallargs.h b/sys/compat/linux/arch/m68k/linux_syscallargs.h index f5cc920f02d1..d837018c6dda 100644 --- a/sys/compat/linux/arch/m68k/linux_syscallargs.h +++ b/sys/compat/linux/arch/m68k/linux_syscallargs.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscallargs.h,v 1.30 2001/01/27 07:27:00 thorpej Exp $ */ +/* $NetBSD: linux_syscallargs.h,v 1.31 2001/01/27 07:55:44 thorpej Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.28 2000/12/29 20:10:17 fvdl Exp + * created from NetBSD: syscalls.master,v 1.29 2001/01/27 07:55:23 thorpej Exp */ #ifndef _LINUX_SYS__SYSCALLARGS_H_ diff --git a/sys/compat/linux/arch/m68k/linux_syscalls.c b/sys/compat/linux/arch/m68k/linux_syscalls.c index 23c8bce5d646..f20179af2a70 100644 --- a/sys/compat/linux/arch/m68k/linux_syscalls.c +++ b/sys/compat/linux/arch/m68k/linux_syscalls.c @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscalls.c,v 1.31 2001/01/27 07:27:01 thorpej Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.32 2001/01/27 07:55:44 thorpej Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.28 2000/12/29 20:10:17 fvdl Exp + * created from NetBSD: syscalls.master,v 1.29 2001/01/27 07:55:23 thorpej Exp */ #if defined(_KERNEL) && !defined(_LKM) diff --git a/sys/compat/linux/arch/m68k/linux_sysent.c b/sys/compat/linux/arch/m68k/linux_sysent.c index 8be540763683..cd0767d15c4e 100644 --- a/sys/compat/linux/arch/m68k/linux_sysent.c +++ b/sys/compat/linux/arch/m68k/linux_sysent.c @@ -1,10 +1,10 @@ -/* $NetBSD: linux_sysent.c,v 1.30 2001/01/27 07:27:01 thorpej Exp $ */ +/* $NetBSD: linux_sysent.c,v 1.31 2001/01/27 07:55:44 thorpej Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.28 2000/12/29 20:10:17 fvdl Exp + * created from NetBSD: syscalls.master,v 1.29 2001/01/27 07:55:23 thorpej Exp */ #if defined(_KERNEL) && !defined(_LKM) @@ -71,7 +71,7 @@ struct sysent linux_sysent[] = { { 0, 0, 0, sys_nosys }, /* 19 = unimplemented compat_43_sys_lseek */ #endif - { 0, 0, 0, + { 0, 0, SYCALL_MPSAFE | 0, sys_getpid }, /* 20 = getpid */ { 0, 0, 0, sys_nosys }, /* 21 = unimplemented mount */