]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] system call micro optimisation
authorAnton Blanchard <anton@samba.org>
Sat, 10 Jun 2006 15:15:55 +0000 (01:15 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 15 Jun 2006 09:31:26 +0000 (19:31 +1000)
commitb618e143e53ff9ee5fe5a6ced96fb4e96964bc2d
tree5462c6d574b995084aa9ed4472257851c4b6ad54
parent56274290acd3f04e973b7c8e051bed13f4827ef6
[POWERPC] system call micro optimisation

In the syscall path we currently have:

       crclr   so
       mfcr    r9

If we shift the crclr up we can avoid a stall on some CPUs.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/entry_64.S