Flush caches on DMA memory.
* grub-core/kern/mips/cache.S (grub_arch_sync_dma_caches): New function. * grub-core/bus/pci.c (grub_memalign_dma32): Flush caches. (grub_dma_free): Likewise. * include/grub/cache.h (grub_arch_sync_dma_caches): New declaration.
This commit is contained in:
parent
91bbcc0cb6
commit
19e1c41bbf
4 changed files with 64 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-05-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Flush caches on DMA memory.
|
||||
|
||||
* grub-core/kern/mips/cache.S (grub_arch_sync_dma_caches): New function.
|
||||
* grub-core/bus/pci.c (grub_memalign_dma32): Flush caches.
|
||||
(grub_dma_free): Likewise.
|
||||
* include/grub/cache.h (grub_arch_sync_dma_caches): New declaration.
|
||||
|
||||
2011-05-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/boot/mips/yeeloong/fwstart.S: Add explicit set mips3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue