Remove an extra agp_flush_cache(). The i810 case that needs it already has it.
This commit is contained in:
parent
2ff0908a66
commit
11c6a5f80d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110843
@ -374,11 +374,6 @@ agp_i810_attach(device_t dev)
|
||||
gatt->ag_physical = pgtblctl & ~1;
|
||||
}
|
||||
|
||||
/*
|
||||
* Make sure the chipset can see everything.
|
||||
*/
|
||||
agp_flush_cache();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -374,11 +374,6 @@ agp_i810_attach(device_t dev)
|
||||
gatt->ag_physical = pgtblctl & ~1;
|
||||
}
|
||||
|
||||
/*
|
||||
* Make sure the chipset can see everything.
|
||||
*/
|
||||
agp_flush_cache();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user