]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Remove static branch prediction in 64bit traced syscall path
authorAnton Blanchard <anton@samba.org>
Tue, 8 Jan 2013 23:47:36 +0000 (10:47 +1100)
committerEric Paris <eparis@redhat.com>
Wed, 10 Apr 2013 16:49:20 +0000 (12:49 -0400)
commita1b750dda3ff03bbc3578063ad0dcdffa39902b1
tree408310bd8a9e980a169b0644ffbe220b29faf39e
parent140b62fd678b3e2f034004db71d7f26eed396169
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>
arch/powerpc/kernel/entry_64.S