summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/asnames.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-09-08 00:25:05 +0000
committerpeter <peter@FreeBSD.org>1997-09-08 00:25:05 +0000
commit12f8b6b6e0318714616ab4dfe8b4d89cb2ed67db (patch)
tree53426b0b031314b1f0db70812f44f90b6d3fe8ce /sys/i386/include/asnames.h
parent40ee6d06ee118a4ca06189130fe18ec32808965d (diff)
downloadFreeBSD-src-12f8b6b6e0318714616ab4dfe8b4d89cb2ed67db.zip
FreeBSD-src-12f8b6b6e0318714616ab4dfe8b4d89cb2ed67db.tar.gz
Add missing redirection for _inside_intr -> inside_intr
Diffstat (limited to 'sys/i386/include/asnames.h')
-rw-r--r--sys/i386/include/asnames.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/asnames.h b/sys/i386/include/asnames.h
index 3ed4f12..d7661ec 100644
--- a/sys/i386/include/asnames.h
+++ b/sys/i386/include/asnames.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: asnames.h,v 1.5 1997/08/30 11:20:02 peter Exp $
+ * $Id: asnames.h,v 1.6 1997/09/05 08:47:24 peter Exp $
*/
#ifndef _MACHINE_ASNAMES_H_
@@ -235,6 +235,7 @@
#define _imen_lock imen_lock
#define _init386 init386
#define _init_secondary init_secondary
+#define _inside_intr inside_intr
#define _intr_countp intr_countp
#define _intr_handler intr_handler
#define _intr_mask intr_mask
OpenPOWER on IntegriCloud