Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99458
b: refs/heads/master
c: fa3d319
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Machek authored and Ingo Molnar committed Jun 26, 2008
1 parent 3131dc8 commit 4abafdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 037a6079eb925f7653bddf1501f777abcd4fc91e
refs/heads/master: fa3d319ac6f648dc51cb672a31f482c80a8c2457
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/pci-gart_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,10 +824,10 @@ void __init gart_iommu_init(void)
wbinvd();

/*
* Try to workaround a bug (thanks to BenH)
* Try to workaround a bug (thanks to BenH):
* Set unmapped entries to a scratch page instead of 0.
* Any prefetches that hit unmapped entries won't get an bus abort
* then.
* then. (P2P bridge may be prefetching on DMA reads).
*/
scratch = get_zeroed_page(GFP_KERNEL);
if (!scratch)
Expand Down

0 comments on commit 4abafdf

Please sign in to comment.