mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
In agp_amd_bind_page don't flush the AGP TLB. It's done by the calling
function.
This commit is contained in:
parent
4e612cddb9
commit
a8ac51bbb6
1 changed files with 0 additions and 3 deletions
|
|
@ -347,9 +347,6 @@ agp_amd_bind_page(device_t dev, vm_offset_t offset, vm_offset_t physical)
|
|||
return EINVAL;
|
||||
|
||||
sc->gatt->ag_virtual[offset >> AGP_PAGE_SHIFT] = physical | 1;
|
||||
|
||||
/* invalidate the cache */
|
||||
AGP_FLUSH_TLB(dev);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue