Must Test Before Committing...

This commit is contained in:
scw 2004-02-27 18:55:19 +00:00
parent 9e69fb321b
commit c29e82af70
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ixp425_intr.c,v 1.9 2004/02/13 15:49:02 scw Exp $ */
/* $NetBSD: ixp425_intr.c,v 1.10 2004/02/27 18:55:19 scw Exp $ */
/*
* Copyright (c) 2003
@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ixp425_intr.c,v 1.9 2004/02/13 15:49:02 scw Exp $");
__KERNEL_RCSID(0, "$NetBSD: ixp425_intr.c,v 1.10 2004/02/27 18:55:19 scw Exp $");
#ifndef EVBARM_SPL_NOINLINE
#define EVBARM_SPL_NOINLINE
@ -123,7 +123,6 @@ uint32_t intr_steer;
* Bit#14: Timestamp Timer
* Bit#11: General-purpose Timer 1
*/
*/
static const uint32_t si_to_irqbit[SI_NQUEUES] = {
IXP425_INT_bit31, /* SI_SOFT */
IXP425_INT_bit30, /* SI_SOFTCLOCK */