commit | be81c6ea23b8b471141734ef4bc005f5127aaf43 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Mon Jun 08 15:46:19 2009 +0200 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Mon Jun 08 15:46:19 2009 +0200 |
tree | c43bebd9c640f1764e94d7a97f40d3c21c2bd4a4 | |
parent | e7ed70eedccc78e79ce6da2155e9caf90aff4003 [diff] |
dma-debug: disable/enable irqs only once in device_dma_allocations There is no need to disable/enable irqs on each loop iteration. Just disable irqs for the whole time the loop runs. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>