Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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>
- Loading branch information