parent
1b5340d327
commit
d2315fd2b7
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: ipi.c,v 1.1 2003/02/26 21:26:12 fvdl Exp $ */
|
/* $NetBSD: ipi.c,v 1.2 2003/03/01 13:05:37 fvdl Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
* Copyright (c) 2000 The NetBSD Foundation, Inc.
|
||||||
|
@ -131,8 +131,6 @@ x86_ipi_handler(void)
|
||||||
|
|
||||||
pending = x86_atomic_testset_ul(&ci->ci_ipis, 0);
|
pending = x86_atomic_testset_ul(&ci->ci_ipis, 0);
|
||||||
|
|
||||||
printf("%s: pending IPIs: %x\n", ci->ci_dev->dv_xname, pending);
|
|
||||||
|
|
||||||
for (bit = 0; bit < X86_NIPI && pending; bit++) {
|
for (bit = 0; bit < X86_NIPI && pending; bit++) {
|
||||||
if (pending & (1<<bit)) {
|
if (pending & (1<<bit)) {
|
||||||
pending &= ~(1<<bit);
|
pending &= ~(1<<bit);
|
||||||
|
|
Loading…
Reference in New Issue