Source-Changes-HG archive

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

[src/trunk]: src/sys/rump regen: -rump_pub_syscall



details:   https://anonhg.NetBSD.org/src/rev/0c77863781db
branches:  trunk
changeset: 758850:0c77863781db
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Nov 17 21:50:34 2010 +0000

description:
regen: -rump_pub_syscall

diffstat:

 sys/rump/include/rump/rumpkern_if_pub.h          |   5 ++---
 sys/rump/librump/rumpkern/rumpkern_if_priv.h     |   5 ++---
 sys/rump/librump/rumpkern/rumpkern_if_wrappers.c |  16 ++--------------
 3 files changed, 6 insertions(+), 20 deletions(-)

diffs (68 lines):

diff -r 60d6435bae8f -r 0c77863781db sys/rump/include/rump/rumpkern_if_pub.h
--- a/sys/rump/include/rump/rumpkern_if_pub.h   Wed Nov 17 21:49:52 2010 +0000
+++ b/sys/rump/include/rump/rumpkern_if_pub.h   Wed Nov 17 21:50:34 2010 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: rumpkern_if_pub.h,v 1.10 2010/10/27 20:35:47 pooka Exp $       */
+/*     $NetBSD: rumpkern_if_pub.h,v 1.11 2010/11/17 21:50:34 pooka Exp $       */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpkern.ifspec,v 1.7 2010/10/27 20:34:50 pooka Exp 
+ * from: NetBSD: rumpkern.ifspec,v 1.8 2010/11/17 21:49:52 pooka Exp 
  * by:   NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp 
  */
 
@@ -23,4 +23,3 @@
 void rump_pub_lwproc_releaselwp(void);
 struct lwp * rump_pub_lwproc_curlwp(void);
 void rump_pub_allbetsareoff_setid(pid_t, int);
-int rump_pub_syscall(int, void *, register_t *);
diff -r 60d6435bae8f -r 0c77863781db sys/rump/librump/rumpkern/rumpkern_if_priv.h
--- a/sys/rump/librump/rumpkern/rumpkern_if_priv.h      Wed Nov 17 21:49:52 2010 +0000
+++ b/sys/rump/librump/rumpkern/rumpkern_if_priv.h      Wed Nov 17 21:50:34 2010 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: rumpkern_if_priv.h,v 1.9 2010/10/27 20:35:47 pooka Exp $       */
+/*     $NetBSD: rumpkern_if_priv.h,v 1.10 2010/11/17 21:50:34 pooka Exp $      */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpkern.ifspec,v 1.7 2010/10/27 20:34:50 pooka Exp 
+ * from: NetBSD: rumpkern.ifspec,v 1.8 2010/11/17 21:49:52 pooka Exp 
  * by:   NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp 
  */
 
@@ -23,4 +23,3 @@
 void rump_lwproc_releaselwp(void);
 struct lwp * rump_lwproc_curlwp(void);
 void rump_allbetsareoff_setid(pid_t, int);
-int rump_syscall(int, void *, register_t *);
diff -r 60d6435bae8f -r 0c77863781db sys/rump/librump/rumpkern/rumpkern_if_wrappers.c
--- a/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c  Wed Nov 17 21:49:52 2010 +0000
+++ b/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c  Wed Nov 17 21:50:34 2010 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: rumpkern_if_wrappers.c,v 1.9 2010/10/27 20:35:47 pooka Exp $   */
+/*     $NetBSD: rumpkern_if_wrappers.c,v 1.10 2010/11/17 21:50:34 pooka Exp $  */
 
 /*
  * Automatically generated.  DO NOT EDIT.
- * from: NetBSD: rumpkern.ifspec,v 1.7 2010/10/27 20:34:50 pooka Exp 
+ * from: NetBSD: rumpkern.ifspec,v 1.8 2010/11/17 21:49:52 pooka Exp 
  * by:   NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp 
  */
 
@@ -211,15 +211,3 @@
        rump_allbetsareoff_setid(arg1, arg2);
        rump_unschedule();
 }
-
-int
-rump_pub_syscall(int arg1, void *arg2, register_t *arg3)
-{
-       int rv;
-
-       rump_schedule();
-       rv = rump_syscall(arg1, arg2, arg3);
-       rump_unschedule();
-
-       return rv;
-}



Home | Main Index | Thread Index | Old Index