Skip to content
Commit b86206e4 authored by Anton Blanchard's avatar Anton Blanchard
Browse files

powerpc: Fix branch patching code for ABIv2



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>
parent 26f92060
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment