• Andi Kleen's avatar
    [PATCH] Fix memset on x86-64 · a5c43a75
    Andi Kleen authored
    The memset for C stepping K8 was broken. This broke mainly CONFIG_SLAB_DEBUG
    because memset(...., 0, ...) still worked correctly.
    
    Thanks to Manfred Spraul for giving me the right cue.
    a5c43a75
memset.S 2.13 KB