No, it has in fact been fixed.
".align 4\n"
"1: subq %0,1,%0\n"
" bge %0,1b\n"
" nop"
That last nop is magic. The type of instruction that follows the
branch affects slotting on ev6, which affects the speed of the loop.
r~
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/