Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/include Add splipi() to block interprocessor ...



details:   https://anonhg.NetBSD.org/src/rev/04115a1c2c3e
branches:  trunk
changeset: 508841:04115a1c2c3e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Apr 20 22:28:58 2001 +0000

description:
Add splipi() to block interprocessor interrupts (which come in at IPL 5).

diffstat:

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

diffs (17 lines):

diff -r 84837a809baf -r 04115a1c2c3e sys/arch/alpha/include/intr.h
--- a/sys/arch/alpha/include/intr.h     Fri Apr 20 18:11:53 2001 +0000
+++ b/sys/arch/alpha/include/intr.h     Fri Apr 20 22:28:58 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.45 2001/04/20 16:22:34 thorpej Exp $ */
+/* $NetBSD: intr.h,v 1.46 2001/04/20 22:28:58 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2000, 2001 The NetBSD Foundation, Inc.
@@ -152,6 +152,7 @@
 
 #define        splsched()              splhigh()
 #define        spllock()               splhigh()
+#define        splipi()                splclock()      /* AARM, 5-2, II-B */
 #define spllpt()               spltty()
 
 /*



Home | Main Index | Thread Index | Old Index