Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include define IPL_SAFEPRI which will be used ...



details:   https://anonhg.NetBSD.org/src/rev/426317e9bea7
branches:  trunk
changeset: 777751:426317e9bea7
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Mar 03 00:21:50 2012 +0000

description:
define IPL_SAFEPRI which will be used by kern_synch.c to initialize safepri.

diffstat:

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

diffs (18 lines):

diff -r ca55e971bde5 -r 426317e9bea7 sys/arch/mips/include/intr.h
--- a/sys/arch/mips/include/intr.h      Sat Mar 03 00:20:33 2012 +0000
+++ b/sys/arch/mips/include/intr.h      Sat Mar 03 00:21:50 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.5 2011/05/02 00:17:35 matt Exp $ */
+/* $NetBSD: intr.h,v 1.6 2012/03/03 00:21:50 matt Exp $ */
 /*-
  * Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -49,6 +49,8 @@
 #define        IPL_DDB         (IPL_SCHED+1)
 #define        IPL_HIGH        (IPL_DDB+1)
 
+#define        IPL_SAFEPRI     IPL_SOFTSERIAL
+
 #define        _IPL_N          (IPL_HIGH+1)
 #define        _IPL_NAMES(pfx) { pfx"none", pfx"softclock/bio", pfx"softnet/serial", \
                          pfx"vm", pfx"sched", pfx"ddb", pfx"high" }



Home | Main Index | Thread Index | Old Index