summaryrefslogtreecommitdiff
path: root/sys/kern/subr_smp.c
diff options
context:
space:
mode:
authorTor Egge <tegge@FreeBSD.org>1999-02-26 03:42:50 +0000
committerTor Egge <tegge@FreeBSD.org>1999-02-26 03:42:50 +0000
commit79a7a64b85358020c772ecbc6da2dfbc5878ae80 (patch)
tree2947dccdbced911d5ee51f0616a69dadefcde64a /sys/kern/subr_smp.c
parent654b249cede199677d83f3782d7f7e80154160b8 (diff)
Notes
Diffstat (limited to 'sys/kern/subr_smp.c')
-rw-r--r--sys/kern/subr_smp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c
index 77850521d640..6f7c88139d41 100644
--- a/sys/kern/subr_smp.c
+++ b/sys/kern/subr_smp.c
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp_machdep.c,v 1.90 1999/02/19 14:25:32 luoqi Exp $
+ * $Id: mp_machdep.c,v 1.91 1999/02/19 19:34:47 luoqi Exp $
*/
#include "opt_smp.h"
@@ -1090,7 +1090,7 @@ setup_apic_irq_mapping(void)
int_to_apicintpin[x].redirindex = 0;
}
for (x = 0; x < nintrs; x++) {
- if (io_apic_ints[x].dst_apic_int <= APIC_INTMAPSIZE &&
+ if (io_apic_ints[x].dst_apic_int < APIC_INTMAPSIZE &&
io_apic_ints[x].dst_apic_id == IO_TO_ID(0) &&
io_apic_ints[x].int_vector == 0xff &&
(io_apic_ints[x].int_type == 0 ||