Joakim Tjernlund wrote:
Yes, every ld.so uses dcbX and icbi insn when relocatin code. Maybe you see some version of the dcbX bug, but my fault.c should fix them up. My bet would be the 32 byte cache line, it will miss out every second line and so the results are unreliable.
I found the 32-byte stuff from an objdump; it looks like there's a runtime check for the cache line size that avoids running that code if it's different.
-Scott _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev
