Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Remove safepri.



details:   https://anonhg.NetBSD.org/src/rev/2e9fb3a69f16
branches:  trunk
changeset: 780496:2e9fb3a69f16
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jul 27 14:05:08 2012 +0000

description:
Remove safepri.

diffstat:

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

diffs (17 lines):

diff -r 10c7fb8a00c2 -r 2e9fb3a69f16 sys/sys/intr.h
--- a/sys/sys/intr.h    Fri Jul 27 14:02:17 2012 +0000
+++ b/sys/sys/intr.h    Fri Jul 27 14:05:08 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.11 2011/11/24 03:35:59 mrg Exp $    */
+/*     $NetBSD: intr.h,v 1.12 2012/07/27 14:05:08 matt Exp $   */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -70,7 +70,6 @@
 #define        SOFTINT_IMPMASK 0xf000
 
 extern u_int   softint_timing;
-extern int     safepri;
 
 /*
  * Historical aliases.



Home | Main Index | Thread Index | Old Index