commit | b86206e4c32cbe6ac3de1c6dc52c2d64bcf461cb | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Mar 10 09:44:22 2014 +1100 |
committer | Anton Blanchard <anton@samba.org> | Wed Apr 23 10:05:22 2014 +1000 |
tree | bbad949975ee4a562d9aed6800e54a035cfb03a3 | |
parent | 26f920605680b69e484a114b3dcb47ce11df9827 [diff] |
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: Anton Blanchard <anton@samba.org>