Messages in this thread |  | | From | "David S. Miller" <> | Date | Tue, 8 May 2001 17:52:45 -0700 (PDT) | Subject | Re: pci_pool_free from IRQ |
| |
David Brownell writes: > Pete's patch to pci_pool_free() is fine with me, and I'd be glad > to see that bit of pci interface cleaned up. Any changes needed > other than the pci.txt doc update?
Ummm... What Alan's saying is:
1) Whatever driver is trying to shut down from IRQ context is broken must be fixed. pci_pool is fine.
2) The Documentation/ files which suggest that such device removal from IRQs is "OK" must be fixed because it is not "OK" to handle device removal from IRQ context.
So Pete's change is not needed. A fix for the documentation and broken drivers is needed instead.
Later, David S. Miller davem@redhat.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |