commit | cf6387daf8858bdcb3e123034ca422e8979d73f1 | [log] [tgz] |
---|---|---|
author | Joachim Deguara <joachim.deguara@amd.com> | Tue Apr 24 13:05:36 2007 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Apr 24 13:05:36 2007 +0200 |
tree | 3b3d83f375539fa17b65ef659245b24e6c0eae3e | |
parent | c445a31cd7f469d77acc37538ab43a99530968b8 [diff] |
[PATCH] x86-64: make GART PTEs uncacheable This patches fixes the silent data corruption problems being seen using the GART iommu where 4kB of data where incorrect (seen mostly on Nvidia CK804 systems). This fix, to mark the memory regin the GART PTEs reside on as uncacheable, also brings the code in line with the AGP specification. Signed-off-by: Joachim Deguara <joachim.deguara@amd.com> Signed-off-by: Andi Kleen <ak@suse.de>