Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/include Add IST_MPSAFE flag



details:   https://anonhg.NetBSD.org/src/rev/8048a394909d
branches:  trunk
changeset: 794419:8048a394909d
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Mar 13 23:48:38 2014 +0000

description:
Add IST_MPSAFE flag

diffstat:

 sys/arch/evbarm/include/intr.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d1d18667480c -r 8048a394909d sys/arch/evbarm/include/intr.h
--- a/sys/arch/evbarm/include/intr.h    Thu Mar 13 23:47:53 2014 +0000
+++ b/sys/arch/evbarm/include/intr.h    Thu Mar 13 23:48:38 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.25 2014/02/04 18:51:16 matt Exp $   */
+/*     $NetBSD: intr.h,v 1.26 2014/03/13 23:48:38 matt Exp $   */
 
 /*
  * Copyright (c) 2001, 2003 Wasabi Systems, Inc.
@@ -65,6 +65,8 @@
 #define IST_EDGE_BOTH  6
 #define IST_SOFT       7
 
+#define IST_MPSAFE     0x100   /* interrupt is MPSAFE */
+
 #ifndef _LOCORE
 
 #include <sys/queue.h>



Home | Main Index | Thread Index | Old Index