Revert changes to cache_flush.S
This commit is contained in:
parent
3666d5f636
commit
1b6656d360
1 changed files with 0 additions and 4 deletions
|
@ -1,6 +1,3 @@
|
||||||
|
|
||||||
/* Qemu doesn't emulate caches. Oh boy. */
|
|
||||||
#ifndef GRUB_MACHINE_MIPS_QEMU_MIPS
|
|
||||||
move $t2, $a0
|
move $t2, $a0
|
||||||
addu $t3, $a0, $a1
|
addu $t3, $a0, $a1
|
||||||
srl $t2, $t2, 5
|
srl $t2, $t2, 5
|
||||||
|
@ -24,4 +21,3 @@
|
||||||
bne $t1, $zero, 2b
|
bne $t1, $zero, 2b
|
||||||
addiu $t0, $t0, 0x4
|
addiu $t0, $t0, 0x4
|
||||||
sync
|
sync
|
||||||
#endif
|
|
Loading…
Reference in a new issue