]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Revert changes to cache_flush.S
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 17 May 2011 12:04:49 +0000 (14:04 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 17 May 2011 12:04:49 +0000 (14:04 +0200)
grub-core/kern/mips/cache_flush.S

index 305a8b401e6d39a216834de8e39d42bafc9b0a3c..a352fd8bae7e5ce9da0f08f1f9eb24493eadabdf 100644 (file)
@@ -1,6 +1,3 @@
-
-       /* Qemu doesn't emulate caches. Oh boy.  */
-#ifndef GRUB_MACHINE_MIPS_QEMU_MIPS
        move $t2, $a0
        addu $t3, $a0, $a1
        srl $t2, $t2, 5
@@ -24,4 +21,3 @@
        bne $t1, $zero, 2b
         addiu $t0, $t0, 0x4
        sync
-#endif
\ No newline at end of file