Module Name: src
Committed By: matt
Date: Fri Jul 27 14:05:09 UTC 2012
Modified Files:
src/sys/sys: intr.h
Log Message:
Remove safepri.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/intr.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/intr.h
diff -u src/sys/sys/intr.h:1.11 src/sys/sys/intr.h:1.12
--- src/sys/sys/intr.h:1.11 Thu Nov 24 03:35:59 2011
+++ src/sys/sys/intr.h Fri Jul 27 14:05:08 2012
@@ -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 @@ void softint_dispatch(lwp_t *, int);
#define SOFTINT_IMPMASK 0xf000
extern u_int softint_timing;
-extern int safepri;
/*
* Historical aliases.