summaryrefslogtreecommitdiffstats
path: root/arch/arm/nwfpe/double_cpdo.c
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2012-04-05 03:44:48 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-04-30 15:37:14 +1000
commitfd6c40f3b00a1e76d6a920cb6591907c53450afc (patch)
treed642ee27a10ca9914a56e10b8990c45087a515b7 /arch/arm/nwfpe/double_cpdo.c
parent82087414c608440c5ca7faa5c2fb6327daebcd15 (diff)
downloadtalos-op-linux-fd6c40f3b00a1e76d6a920cb6591907c53450afc.tar.gz
talos-op-linux-fd6c40f3b00a1e76d6a920cb6591907c53450afc.zip
powerpc: Better scheduling of CR save code in system call path
At the moment system call entry looks like: crclr so ... mfcr r9 ... std r9,_CCR(r1) commit bd19c8994a82 ([POWERPC] system call micro optimisation) put some space between the crclr and mfcr in order to avoid a stall. There is still a stall seen between the mfcr and std. We can avoid the crclr by doing it in a GPR with rlwinm which gives us more room to better schedule the sequence. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/arm/nwfpe/double_cpdo.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud