powerpc: Fix branch patching code for ABIv2
authorAnton Blanchard <anton@samba.org>
Sun, 9 Mar 2014 22:44:22 +0000 (09:44 +1100)
committerAnton Blanchard <anton@samba.org>
Wed, 23 Apr 2014 00:05:22 +0000 (10:05 +1000)
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: Anton Blanchard <anton@samba.org>

No differences found