]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Clear RI and EE at the same time in system call exit
authorAnton Blanchard <anton@samba.org>
Tue, 29 May 2012 12:22:00 +0000 (12:22 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 3 Jul 2012 04:14:43 +0000 (14:14 +1000)
commit05a53681cc51e0c25f013e5cc98e01652294b096
tree155d119bd3534b9f324e02a0454d0fbba58d6a88
parenta67b8d8241da158c73fffe2caa6887394a1bfdf1
powerpc: Clear RI and EE at the same time in system call exit

mtmsrd is an expensive instruction, we save a few cycles by
doing it once instead of twice.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/entry_64.S