powerpc: Fix TLB invalidation on boot on 32-bit
[deliverable/linux.git] / arch / powerpc / kernel / head_32.S
index 99ee2f0f0f2bdcef067df7179e9614c459838983..8bb65751929948fbc35e29fce9fb899058d9b39a 100644 (file)
@@ -1155,7 +1155,7 @@ flush_tlbs:
        lis     r10, 0x40
 1:     addic.  r10, r10, -0x1000
        tlbie   r10
-       blt     1b
+       bgt     1b
        sync
        blr
 
This page took 0.026776 seconds and 5 git commands to generate.