Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc/obs405 Need splraise(-1) here.
details: https://anonhg.NetBSD.org/src/rev/a617b5e0cedd
branches: trunk
changeset: 762666:a617b5e0cedd
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Fri Feb 25 10:18:09 2011 +0000
description:
Need splraise(-1) here.
diffstat:
sys/arch/evbppc/obs405/obs600_machdep.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 5a0018d8f711 -r a617b5e0cedd sys/arch/evbppc/obs405/obs600_machdep.c
--- a/sys/arch/evbppc/obs405/obs600_machdep.c Fri Feb 25 10:16:59 2011 +0000
+++ b/sys/arch/evbppc/obs405/obs600_machdep.c Fri Feb 25 10:18:09 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obs600_machdep.c,v 1.2 2010/12/20 00:25:32 matt Exp $ */
+/* $NetBSD: obs600_machdep.c,v 1.3 2011/02/25 10:18:09 kiyohara Exp $ */
/* Original: md_machdep.c,v 1.3 2005/01/24 18:47:37 shige Exp $ */
/*
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obs600_machdep.c,v 1.2 2010/12/20 00:25:32 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obs600_machdep.c,v 1.3 2011/02/25 10:18:09 kiyohara Exp $");
#include "opt_compat_netbsd.h"
#include "opt_ddb.h"
@@ -290,6 +290,8 @@
* no fake mapiodev
*/
fake_mapiodev = 0;
+
+ splraise(-1);
}
/*
Home |
Main Index |
Thread Index |
Old Index