Initialize pcic_imask with SWI_MASK to interference from timeout routines.
Suggested by: bde
This commit is contained in:
parent
f111d9977f
commit
9f2f000c7f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user