From: Joerg Roedel Date: Fri, 11 Jul 2008 15:14:32 +0000 (+0200) Subject: x86, AMD IOMMU: replace memset with __GFP_ZERO for table allocation X-Git-Tag: v2.6.27-rc1~955^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dc8bff0f6d0dfeb1f1c6e694294ba7c33d099f1;p=pandora-kernel.git 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 Cc: iommu@lists.linux-foundation.org Cc: bhavna.sarathy@amd.com Cc: robert.richter@amd.com Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed