Module Name:    src
Committed By:   pooka
Date:           Thu Apr 23 06:39:19 UTC 2015

Modified Files:
        src/sys/rump/librump/rumpkern: Makefile.rumpkern
Removed Files:
        src/sys/rump/librump/rumpkern: hyperstubs.c

Log Message:
g/c the never-used and never-useful hyperstubs.c


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -u -r1.2 -r0 src/sys/rump/librump/rumpkern/hyperstubs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/librump/rumpkern/Makefile.rumpkern
diff -u src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.157 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.158
--- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.157	Wed Apr 22 17:57:49 2015
+++ src/sys/rump/librump/rumpkern/Makefile.rumpkern	Thu Apr 23 06:39:19 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rumpkern,v 1.157 2015/04/22 17:57:49 pooka Exp $
+#	$NetBSD: Makefile.rumpkern,v 1.158 2015/04/23 06:39:19 pooka Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -39,9 +39,6 @@ RUMPOBJ_NORENAME= rump_syscalls.o rump_s
 CPPFLAGS+= -DRUMP_KERNEL_IS_LIBC
 .endif
 
-# optional hypervisor interfaces
-#SRCS+=	hyperstubs.c
-
 # Multiprocessor or uniprocessor locking.  TODO: select right
 # locking at runtime.
 .if ${RUMP_LOCKS_UP:Uno} == "yes"

Reply via email to