Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/allwinner Add a commented out IST_MPSAFE
details: https://anonhg.NetBSD.org/src/rev/48892d36142f
branches: trunk
changeset: 327677:48892d36142f
user: matt <matt%NetBSD.org@localhost>
date: Thu Mar 13 23:45:32 2014 +0000
description:
Add a commented out IST_MPSAFE
diffstat:
sys/arch/arm/allwinner/awin_com.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r d783a325df52 -r 48892d36142f sys/arch/arm/allwinner/awin_com.c
--- a/sys/arch/arm/allwinner/awin_com.c Thu Mar 13 23:45:02 2014 +0000
+++ b/sys/arch/arm/allwinner/awin_com.c Thu Mar 13 23:45:32 2014 +0000
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: awin_com.c,v 1.4 2014/02/20 21:48:38 matt Exp $");
+__KERNEL_RCSID(1, "$NetBSD: awin_com.c,v 1.5 2014/03/13 23:45:32 matt Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -151,8 +151,8 @@
aprint_naive("\n");
KASSERT(loc->loc_intr != AWINIO_INTR_DEFAULT);
- asc->asc_ih = intr_establish(loc->loc_intr, IPL_SERIAL, IST_EDGE,
- comintr, sc);
+ asc->asc_ih = intr_establish(loc->loc_intr, IPL_SERIAL,
+ IST_EDGE /* | IST_MPSAFE */, comintr, sc);
if (asc->asc_ih == NULL)
panic("%s: failed to establish interrupt %d",
device_xname(self), loc->loc_intr);
Home |
Main Index |
Thread Index |
Old Index