]> git.baikalelectronics.ru Git - kernel.git/commit
AMD IOMMU: replace memset with __GFP_ZERO in alloc_coherent
authorJoerg Roedel <joerg.roedel@amd.com>
Thu, 11 Sep 2008 08:59:15 +0000 (10:59 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 19 Sep 2008 10:59:25 +0000 (12:59 +0200)
commit4a82c1667995c129ebf2f43b1358554e343ff9d7
tree30cbf63339f16f80f1910fa72f5bd333e744427c
parent359d4378aa4eae60a08fcb73e96b6ea4ad303d53
AMD IOMMU: replace memset with __GFP_ZERO in alloc_coherent

Remove the memset and use __GFP_ZERO at allocation time instead.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/amd_iommu.c