Re: [PATCH] PCI Update for 2.6.3-rc1

From: Greg KH
Date: Mon Feb 09 2004 - 18:34:27 EST


ChangeSet 1.1500.11.18, 2004/02/04 14:03:31-08:00, greg@xxxxxxxxx

[PATCH] dmapool: Remove sentance in documentation that is now false on 2.6


Documentation/DMA-API.txt | 4 +---
1 files changed, 1 insertion(+), 3 deletions(-)


diff -Nru a/Documentation/DMA-API.txt b/Documentation/DMA-API.txt
--- a/Documentation/DMA-API.txt Mon Feb 9 14:58:34 2004
+++ b/Documentation/DMA-API.txt Mon Feb 9 14:58:34 2004
@@ -131,9 +131,7 @@

The pool destroy() routines free the resources of the pool. They must be
called in a context which can sleep. Make sure you've freed all allocated
-memory back to the pool before you destroy it. While pci_pool_destroy()
-may not be called in interrupt context, it's perfectly safe to do that with
-dma_pool_destroy().
+memory back to the pool before you destroy it.


Part Ic - DMA addressing limitations

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/