summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/alpha/ipl_funcs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/alpha/ipl_funcs.c b/sys/alpha/alpha/ipl_funcs.c
index 77f3258..e038006 100644
--- a/sys/alpha/alpha/ipl_funcs.c
+++ b/sys/alpha/alpha/ipl_funcs.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ipl_funcs.c,v 1.1 1998/06/10 10:52:49 dfr Exp $
+ * $Id: ipl_funcs.c,v 1.2 1998/06/11 11:51:26 dfr Exp $
*/
#include <sys/types.h>
@@ -32,6 +32,8 @@
#include <machine/cpu.h>
#include <net/netisr.h>
+unsigned int bio_imask; /* XXX */
+
unsigned int netisr;
void (*netisrs[32]) __P((void));
u_int64_t ipending;
OpenPOWER on IntegriCloud