Initialize pcic_imask with SWI_MASK to interference from timeout routines.

Suggested by:	bde
This commit is contained in:
Nate Williams 1997-01-11 23:40:08 +00:00
parent f111d9977f
commit 9f2f000c7f
1 changed files with 1 additions and 0 deletions

View File

@ -718,6 +718,7 @@ pcic_probe(void)
* then attempt to get one.
*/
if (pcic_irq == 0) {
pcic_imask = SWI_MASK;
pcic_irq = pccard_alloc_intr(free_irqs,
pcicintr, 0, NULL, &pcic_imask);
if (pcic_irq < 0)