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 lie that we are never in a softint...
details: https://anonhg.NetBSD.org/src/rev/eaa77b22a57a
branches: trunk
changeset: 748825:eaa77b22a57a
user: pooka <pooka%NetBSD.org@localhost>
date: Fri Nov 06 15:22:16 2009 +0000
description:
lie that we are never in a softintr (i.e. add stub)
diffstat:
sys/rump/librump/rumpkern/intr.c | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r 4aa65506892b -r eaa77b22a57a sys/rump/librump/rumpkern/intr.c
--- a/sys/rump/librump/rumpkern/intr.c Fri Nov 06 15:14:37 2009 +0000
+++ b/sys/rump/librump/rumpkern/intr.c Fri Nov 06 15:22:16 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.c,v 1.18 2009/09/19 14:18:01 pooka Exp $ */
+/* $NetBSD: intr.c,v 1.19 2009/11/06 15:22:16 pooka Exp $ */
/*
* Copyright (c) 2008 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.18 2009/09/19 14:18:01 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.19 2009/11/06 15:22:16 pooka Exp $");
#include <sys/param.h>
#include <sys/cpu.h>
@@ -292,3 +292,11 @@
return false;
}
+
+/* yea, we lie a bit for now */
+bool
+cpu_softintr_p(void)
+{
+
+ return false;
+}
Home |
Main Index |
Thread Index |
Old Index