Delete unused mips_ipl_si_to_sr[].
This commit is contained in:
parent
cb1ed32e14
commit
40fec83596
@ -1,4 +1,4 @@
|
||||
/* $Id: ar5312_intr.c,v 1.5 2008/01/07 07:14:37 dyoung Exp $ */
|
||||
/* $Id: ar5312_intr.c,v 1.6 2008/01/07 07:28:14 dyoung Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2006 Urbana-Champaign Independent Media Center.
|
||||
* Copyright (c) 2006 Garrett D'Amore.
|
||||
@ -41,7 +41,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: ar5312_intr.c,v 1.5 2008/01/07 07:14:37 dyoung Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: ar5312_intr.c,v 1.6 2008/01/07 07:28:14 dyoung Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/queue.h>
|
||||
@ -105,13 +105,6 @@ const uint32_t ipl_sr_bits[_IPL_N] = {
|
||||
MIPS_INT_MASK, /* 4: IPL_{SCHED,HIGH} */
|
||||
};
|
||||
|
||||
const uint32_t mips_ipl_si_to_sr[SI_NQUEUES] = {
|
||||
MIPS_SOFT_INT_MASK_0, /* IPL_SOFT */
|
||||
MIPS_SOFT_INT_MASK_0, /* IPL_SOFTCLOCK */
|
||||
MIPS_SOFT_INT_MASK_0, /* IPL_SOFTNET */
|
||||
MIPS_SOFT_INT_MASK_0, /* IPL_SOFTSERIAL */
|
||||
};
|
||||
|
||||
static const char *ar5312_cpuintrnames[NINTRS] = {
|
||||
"int 2 (wlan0)",
|
||||
"int 3 (enet0)",
|
||||
|
Loading…
Reference in New Issue
Block a user