git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e22847
)
x86, AMD IOMMU: replace memset with __GFP_ZERO for table allocation
author
Joerg Roedel
<joerg.roedel@amd.com>
Fri, 11 Jul 2008 15:14:32 +0000
(17:14 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 11 Jul 2008 16:01:16 +0000
(18:01 +0200)
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>
No differences found