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

[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
