diff options
| author | christos <christos@NetBSD.org> | 2005-12-11 12:16:03 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2005-12-11 12:16:03 +0000 |
| commit | 95e1ffb15694e54f29f8baaa4232152b703c2a5a (patch) | |
| tree | d6510e195bc06092a8057e34c6442eba4e77d09a /sys/compat/linux/arch/alpha/linux_machdep.c | |
| parent | 4f17ba81bcaf3f5086d88a346cbfd12506a5e3e6 (diff) | |
merge ktrace-lwp.
Diffstat (limited to 'sys/compat/linux/arch/alpha/linux_machdep.c')
| -rw-r--r-- | sys/compat/linux/arch/alpha/linux_machdep.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sys/compat/linux/arch/alpha/linux_machdep.c b/sys/compat/linux/arch/alpha/linux_machdep.c index 7be77014cf4..359b95e7de6 100644 --- a/sys/compat/linux/arch/alpha/linux_machdep.c +++ b/sys/compat/linux/arch/alpha/linux_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_machdep.c,v 1.31 2005/05/20 12:48:26 fvdl Exp $ */ +/* $NetBSD: linux_machdep.c,v 1.32 2005/12/11 12:20:12 christos Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.31 2005/05/20 12:48:26 fvdl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.32 2005/12/11 12:20:12 christos Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -496,8 +496,8 @@ linux_sys_sigreturn(l, v, retval) */ /* XXX XAX update this, add maps, etc... */ int -linux_machdepioctl(p, v, retval) - struct proc *p; +linux_machdepioctl(l, v, retval) + struct lwp *l; void *v; register_t *retval; { @@ -519,8 +519,7 @@ linux_machdepioctl(p, v, retval) return EINVAL; } SCARG(&bia, com) = com; - /* XXX njwlwp */ - return sys_ioctl(curlwp, &bia, retval); + return sys_ioctl(l, &bia, retval); } /* XXX XAX fix this */ |
