Files
linux/arch/powerpc/kernel
Anton Blanchard d96f234f47 powerpc: Avoid load hit store in setup_sigcontext()
In setup_sigcontext(), we set current->thread.vrsave then use it
straight after. Since current is hidden from the compiler via inline
assembly, it cannot optimise this and we end up with a load hit store.

Fix this by using a temporary.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2016-06-14 13:58:25 +10:00
..
2016-01-20 17:09:18 -08:00
2016-01-20 17:09:18 -08:00
2015-08-06 15:10:20 +10:00
2015-03-24 13:15:52 +11:00
2015-12-17 22:40:56 +11:00
2015-04-07 17:15:13 +10:00
2016-04-12 21:05:18 +10:00