Skip to content
Commit adc064cd authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Vinod Koul
Browse files

dmaengine: Convert ID allocation to an IDA



dmaengine currently uses an IDR to allocate DMA IDs, but it only needs
to know whether IDs are in use or not; the ID to pointer functionality
of the IDR is unused.  That means it can use the more space-efficient IDA.

Signed-off-by: default avatarMatthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 0c744ea4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment