remove unused fastvec.

This commit is contained in:
petrov 2003-10-01 02:01:20 +00:00
parent ad9b12ae7e
commit 0545d82fe3

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.c,v 1.45 2003/08/07 16:29:50 agc Exp $ */ /* $NetBSD: intr.c,v 1.46 2003/10/01 02:01:20 petrov Exp $ */
/* /*
* Copyright (c) 1992, 1993 * Copyright (c) 1992, 1993
@ -41,7 +41,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.45 2003/08/07 16:29:50 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.46 2003/10/01 02:01:20 petrov Exp $");
#include "opt_ddb.h" #include "opt_ddb.h"
#include "pcons.h" #include "pcons.h"
@ -196,8 +196,6 @@ struct intrhand *intrhand[16] = {
NULL /* 15 = async faults */ NULL /* 15 = async faults */
}; };
int fastvec = 0;
/* /*
* PCI devices can share interrupts so we need to have * PCI devices can share interrupts so we need to have
* a handler to hand out interrupts. * a handler to hand out interrupts.