Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern g/c some stuff which wasn't suppos...



details:   https://anonhg.NetBSD.org/src/rev/b426b7a0fced
branches:  trunk
changeset: 748122:b426b7a0fced
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Oct 14 17:30:52 2009 +0000

description:
g/c some stuff which wasn't supposed to see the light of day

diffstat:

 sys/rump/librump/rumpkern/rump_private.h |  24 +-----------------------
 1 files changed, 1 insertions(+), 23 deletions(-)

diffs (38 lines):

diff -r 4fef59414394 -r b426b7a0fced sys/rump/librump/rumpkern/rump_private.h
--- a/sys/rump/librump/rumpkern/rump_private.h  Wed Oct 14 17:30:50 2009 +0000
+++ b/sys/rump/librump/rumpkern/rump_private.h  Wed Oct 14 17:30:52 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rump_private.h,v 1.29 2009/10/14 17:29:19 pooka Exp $  */
+/*     $NetBSD: rump_private.h,v 1.30 2009/10/14 17:30:52 pooka Exp $  */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -46,28 +46,6 @@
 
 #include "rumpkern_if_priv.h"
 
-/*
- * Public interface implementation: create a function which calls
- * the scheduler and then the private interface.
- */
-#define RUMP_PUB_INTERFACE_VOIDARG(type, name, dummy)                  \
-type rump_ ## name (void);                                             \
-type rump_ ## name (void)                                              \
-{                                                                      \
-       type rv;                                                        \
-       rv = rumpint_ ## name();                                        \
-       return rv;                                                      \
-}                                                                      \
-type rumpint_ ## name(void)
-
-#define RUMP_PUB_INTERFACE_VOIDTYPE(dummy, name, args)                 \
-void rump_ ## name args;                                               \
-void rump_ ## name args                                                        \
-{                                                                      \
-       rumpint_ ## name args;                                          \
-}                                                                      \
-type rumpint_ ## name(void)
-
 extern kauth_cred_t rump_cred;
 extern struct vmspace rump_vmspace;
 



Home | Main Index | Thread Index | Old Index