From d0a8785b5ed4d536b7375722fb570775e120d30e Mon Sep 17 00:00:00 2001 From: ragge Date: Sun, 3 Jun 2001 15:10:34 +0000 Subject: [PATCH] Add define for IPI vector. --- sys/arch/vax/include/ka820.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/vax/include/ka820.h b/sys/arch/vax/include/ka820.h index 73984a2a7d73..a0c0015b0453 100644 --- a/sys/arch/vax/include/ka820.h +++ b/sys/arch/vax/include/ka820.h @@ -1,4 +1,4 @@ -/* $NetBSD: ka820.h,v 1.3 2000/01/24 02:40:32 matt Exp $ */ +/* $NetBSD: ka820.h,v 1.4 2001/06/03 15:10:34 ragge Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. @@ -92,6 +92,7 @@ /* interrupt vectors unique for this CPU */ #define KA820_INT_RXCD 0x58 +#define KA820_INT_IPINTR 0x80 /* what the heck */ #define KA820PORT_BITS \