commit | 2540334adc1c7241a7f91a9cf7ec56776d3f601b | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Wed Jan 09 10:47:36 2013 +1100 |
committer | Eric Paris <eparis@redhat.com> | Wed Apr 10 12:49:20 2013 -0400 |
tree | 408310bd8a9e980a169b0644ffbe220b29faf39e | |
parent | cdee3904b4ce7c03d1013ed6dd704b43ae7fc2e9 [diff] |
powerpc: Remove static branch prediction in 64bit traced syscall path Some distros enable auditing by default which forces us through the syscall trace path. Remove the static branch prediction in our 64bit syscall handler and let the hardware do the prediction. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Eric Paris <eparis@redhat.com>