• Anton Blanchard's avatar
    powerpc: Fix branch patching code for ABIv2 · b86206e4
    Anton Blanchard authored
    The MMU hashtable and SLB branch patching code uses function
    pointers for the update sites. This creates a difference between
    ABIv1 and ABIv2 because we don't have function descriptors on
    ABIv2.
    
    Get rid of the function pointer and just point at the update
    sites directly. This works on both ABIs.
    Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
    b86206e4
hash_low_64.S 26.4 KB