From: Anton Blanchard Date: Tue, 8 Jan 2013 23:47:36 +0000 (+1100) Subject: powerpc: Remove static branch prediction in 64bit traced syscall path X-Git-Tag: v3.10-rc1~5^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2540334adc1c7241a7f91a9cf7ec56776d3f601b;p=pandora-kernel.git 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 Signed-off-by: Eric Paris --- Reading git-diff-tree failed