• Andi Kleen's avatar
    [PATCH] Fix prefetch patching in 2.5-bk · 700a4acb
    Andi Kleen authored
    Brown paperbag time. I forgot to take the modrm byte in account
    with the prefetch patch replacement.  With 3.2 it worked because
    it used the right registers in my configuration.
    
    But gcc 2.96 uses a different register in __dpath and the prefetch becomes
    4 bytes with modrm and the original nop needs to be as long as that too.
    700a4acb
processor.h 14.8 KB