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_reboot is gone
details: https://anonhg.NetBSD.org/src/rev/0e597863090f
branches: trunk
changeset: 758922:0e597863090f
user: pooka <pooka%NetBSD.org@localhost>
date: Sun Nov 21 17:35:19 2010 +0000
description:
regen: rump_reboot is gone
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 | 13 ++-----------
3 files changed, 6 insertions(+), 17 deletions(-)
diffs (66 lines):
diff -r d89fd2a79d36 -r 0e597863090f sys/rump/include/rump/rumpkern_if_pub.h
--- a/sys/rump/include/rump/rumpkern_if_pub.h Sun Nov 21 17:34:11 2010 +0000
+++ b/sys/rump/include/rump/rumpkern_if_pub.h Sun Nov 21 17:35:19 2010 +0000
@@ -1,12 +1,11 @@
-/* $NetBSD: rumpkern_if_pub.h,v 1.11 2010/11/17 21:50:34 pooka Exp $ */
+/* $NetBSD: rumpkern_if_pub.h,v 1.12 2010/11/21 17:35:19 pooka Exp $ */
/*
* Automatically generated. DO NOT EDIT.
- * from: NetBSD: rumpkern.ifspec,v 1.8 2010/11/17 21:49:52 pooka Exp
+ * from: NetBSD: rumpkern.ifspec,v 1.9 2010/11/21 17:34:11 pooka Exp
* by: NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp
*/
-void rump_pub_reboot(int);
int rump_pub_getversion(void);
int rump_pub_module_init(const struct modinfo * const *, size_t);
int rump_pub_module_fini(const struct modinfo *);
diff -r d89fd2a79d36 -r 0e597863090f sys/rump/librump/rumpkern/rumpkern_if_priv.h
--- a/sys/rump/librump/rumpkern/rumpkern_if_priv.h Sun Nov 21 17:34:11 2010 +0000
+++ b/sys/rump/librump/rumpkern/rumpkern_if_priv.h Sun Nov 21 17:35:19 2010 +0000
@@ -1,12 +1,11 @@
-/* $NetBSD: rumpkern_if_priv.h,v 1.10 2010/11/17 21:50:34 pooka Exp $ */
+/* $NetBSD: rumpkern_if_priv.h,v 1.11 2010/11/21 17:35:20 pooka Exp $ */
/*
* Automatically generated. DO NOT EDIT.
- * from: NetBSD: rumpkern.ifspec,v 1.8 2010/11/17 21:49:52 pooka Exp
+ * from: NetBSD: rumpkern.ifspec,v 1.9 2010/11/21 17:34:11 pooka Exp
* by: NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp
*/
-void rump_reboot(int);
int rump_getversion(void);
int rump_module_init(const struct modinfo * const *, size_t);
int rump_module_fini(const struct modinfo *);
diff -r d89fd2a79d36 -r 0e597863090f sys/rump/librump/rumpkern/rumpkern_if_wrappers.c
--- a/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c Sun Nov 21 17:34:11 2010 +0000
+++ b/sys/rump/librump/rumpkern/rumpkern_if_wrappers.c Sun Nov 21 17:35:19 2010 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: rumpkern_if_wrappers.c,v 1.10 2010/11/17 21:50:34 pooka Exp $ */
+/* $NetBSD: rumpkern_if_wrappers.c,v 1.11 2010/11/21 17:35:20 pooka Exp $ */
/*
* Automatically generated. DO NOT EDIT.
- * from: NetBSD: rumpkern.ifspec,v 1.8 2010/11/17 21:49:52 pooka Exp
+ * from: NetBSD: rumpkern.ifspec,v 1.9 2010/11/21 17:34:11 pooka Exp
* by: NetBSD: makerumpif.sh,v 1.5 2010/09/01 19:32:11 pooka Exp
*/
@@ -23,15 +23,6 @@
panic("kern interface unavailable");
}
-void
-rump_pub_reboot(int arg1)
-{
-
- rump_schedule();
- rump_reboot(arg1);
- rump_unschedule();
-}
-
int
rump_pub_getversion(void)
{
Home |
Main Index |
Thread Index |
Old Index