mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-18 22:52:05 +00:00
working but suboptimal cache flusher
This commit is contained in:
parent
1e1ddb6cb9
commit
e6efd24fa0
@ -3,7 +3,12 @@
|
||||
/* FIXME: This should invalidate only part of memory. */
|
||||
FUNCTION (grub_cpu_flush_cache)
|
||||
FUNCTION (grub_arch_sync_caches)
|
||||
#if __mips >= 2
|
||||
sync
|
||||
#endif
|
||||
repeat:
|
||||
cache 1, 0($a0)
|
||||
cache 0, 0($a0)
|
||||
cache 3, 0($a0)
|
||||
cache 0, 0($a0)
|
||||
addiu $a0, $a0, 1
|
||||
addiu $a1, $a1, 0xffff
|
||||
bne $a1, $zero, repeat
|
||||
j $31
|
||||
|
Loading…
Reference in New Issue
Block a user