commit | d0312b2142ac7665031755c1cc3dba827d4eb711 | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Jul 11 17:14:29 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jul 11 18:01:14 2008 +0200 |
tree | 9f2688df989b905c4972c19a167275acf31dcc3f | |
parent | d64495366ff78fdbd5bd3176a7ada2f0c2cbfba6 [diff] |
x86, AMD IOMMU: remove unneeded initializations from command buffer allocation This patch removes an unneeded initialization from the alloc_command_buffer function and replaces a memset with __GFP_ZERO. 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>