Source-Changes-HG archive

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

[src/sommerfeld_i386mp_1]: src/sys/arch/i386/include Add splvm().



details:   https://anonhg.NetBSD.org/src/rev/6c5c85ffe660
branches:  sommerfeld_i386mp_1
changeset: 482366:6c5c85ffe660
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Jan 14 23:18:51 2001 +0000

description:
Add splvm().

diffstat:

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

diffs (17 lines):

diff -r bb7f115bf468 -r 6c5c85ffe660 sys/arch/i386/include/intr.h
--- a/sys/arch/i386/include/intr.h      Wed Jan 10 04:38:31 2001 +0000
+++ b/sys/arch/i386/include/intr.h      Sun Jan 14 23:18:51 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.12.10.9 2000/12/31 17:45:51 thorpej Exp $   */
+/*     $NetBSD: intr.h,v 1.12.10.10 2001/01/14 23:18:51 thorpej Exp $  */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -169,6 +169,7 @@
  * Miscellaneous
  */
 #define        splimp()        splraise(IPL_IMP)
+#define        splvm()         splraise(IPL_IMP)
 #define        splhigh()       splraise(IPL_HIGH)
 #define        spl0()          spllower(IPL_NONE)
 #define        splx(x)         spllower(x)



Home | Main Index | Thread Index | Old Index