commit | aa010efb7b6cd0dfbea8ecf37a6ab587dc2a8560 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Jun 12 15:25:06 2009 +0200 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Mon Jun 15 11:10:14 2009 +0200 |
tree | 2a96d072ee903d489feccccd9455f25fc77f5f25 | |
parent | e5e8c5b90a1ae249930fcf7403f3757686cf1a7b [diff] |
dma-debug: be more careful when building reference entries The current code is not very careful when it builds reference dma_debug_entries which get passed to hash_bucket_find(). But since this function changed to a best-fit algorithm these entries have to be more acurate. This patch adds this higher level of accuracy. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>