remove unused fastvec.
This commit is contained in:
parent
ad9b12ae7e
commit
0545d82fe3
@ -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
|
||||
@ -41,7 +41,7 @@
|
||||
*/
|
||||
|
||||
#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 "pcons.h"
|
||||
@ -196,8 +196,6 @@ struct intrhand *intrhand[16] = {
|
||||
NULL /* 15 = async faults */
|
||||
};
|
||||
|
||||
int fastvec = 0;
|
||||
|
||||
/*
|
||||
* PCI devices can share interrupts so we need to have
|
||||
* a handler to hand out interrupts.
|
||||
|
Loading…
Reference in New Issue
Block a user