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 As normal, fix breakage from untes...



details:   https://anonhg.NetBSD.org/src/rev/49f6938b96b0
branches:  trunk
changeset: 755816:49f6938b96b0
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jun 23 08:36:03 2010 +0000

description:
As normal, fix breakage from untested commits by rmind.

diffstat:

 sys/rump/librump/rumpkern/emul.c |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 7736ca33cb90 -r 49f6938b96b0 sys/rump/librump/rumpkern/emul.c
--- a/sys/rump/librump/rumpkern/emul.c  Wed Jun 23 06:25:17 2010 +0000
+++ b/sys/rump/librump/rumpkern/emul.c  Wed Jun 23 08:36:03 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: emul.c,v 1.143 2010/06/14 13:28:44 pooka Exp $ */
+/*     $NetBSD: emul.c,v 1.144 2010/06/23 08:36:03 pooka Exp $ */
 
 /*
  * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.143 2010/06/14 13:28:44 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.144 2010/06/23 08:36:03 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/null.h>
@@ -261,3 +261,11 @@
        /* no you don't */
 }
 #endif
+
+void
+xc_send_ipi(struct cpu_info *ci)
+{
+
+       /* I'll think about the implementation if this is ever used */
+       panic("not implemented");
+}



Home | Main Index | Thread Index | Old Index