commit | 1bc6f83813441d15a74dfa97966fb68fa1bdec76 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Thu Jul 02 18:32:05 2009 +0200 |
committer | Joerg Roedel <joerg.roedel@amd.com> | Thu Jul 02 18:32:05 2009 +0200 |
tree | 8e77b1449fb02d45e5bbf85e9d721a4774904882 | |
parent | 7a6a3a086fe60bb3b739f66e47dc5bbc8f530d32 [diff] |
amd-iommu: set evt_buf_size correctly The setting of this variable got lost during the suspend/resume implementation. But keeping this variable zero causes a divide-by-zero error in the interrupt handler. This patch fixes this. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>