Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 Move netbsd32_sysarch to netbsd32_machdep.c



details:   https://anonhg.NetBSD.org/src/rev/c06830ebad98
branches:  trunk
changeset: 533709:c06830ebad98
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Sun Jul 07 23:23:41 2002 +0000

description:
Move netbsd32_sysarch to netbsd32_machdep.c

diffstat:

 sys/compat/netbsd32/netbsd32_netbsd.c |  22 ++--------------------
 1 files changed, 2 insertions(+), 20 deletions(-)

diffs (43 lines):

diff -r 2b7be0dd3773 -r c06830ebad98 sys/compat/netbsd32/netbsd32_netbsd.c
--- a/sys/compat/netbsd32/netbsd32_netbsd.c     Sun Jul 07 23:01:51 2002 +0000
+++ b/sys/compat/netbsd32/netbsd32_netbsd.c     Sun Jul 07 23:23:41 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_netbsd.c,v 1.63 2002/03/16 20:43:54 christos Exp $    */
+/*     $NetBSD: netbsd32_netbsd.c,v 1.64 2002/07/07 23:23:41 fvdl Exp $        */
 
 /*
  * Copyright (c) 1998, 2001 Matthew R. Green
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.63 2002/03/16 20:43:54 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.64 2002/07/07 23:23:41 fvdl Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ddb.h"
@@ -1452,24 +1452,6 @@
 #endif
 
 int
-netbsd32_sysarch(p, v, retval)
-       struct proc *p;
-       void *v;
-       register_t *retval;
-{
-       struct netbsd32_sysarch_args /* {
-               syscallarg(int) op;
-               syscallarg(netbsd32_voidp) parms;
-       } */ *uap = v;
-
-       switch (SCARG(uap, op)) {
-       default:
-               printf("(%s) netbsd32_sysarch(%d)\n", MACHINE, SCARG(uap, op));
-               return EINVAL;
-       }
-}
-
-int
 netbsd32_pread(p, v, retval)
        struct proc *p;
        void *v;



Home | Main Index | Thread Index | Old Index