commit | 5dc8bff0f6d0dfeb1f1c6e694294ba7c33d099f1 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Jul 11 17:14:32 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jul 11 18:01:16 2008 +0200 |
tree | 46aaf6e9c57eb392db59ad505fe444f20849284b | |
parent | 2e22847fbe05f2543ccebd0c2df94d9cf3c52aa5 [diff] |
x86, AMD IOMMU: replace memset with __GFP_ZERO for table allocation This patch removes the memset from the data structure initialization code and allocate the structures with the __GFP_ZERO flag. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Cc: iommu@lists.linux-foundation.org Cc: bhavna.sarathy@amd.com Cc: robert.richter@amd.com Signed-off-by: Ingo Molnar <mingo@elte.hu>