diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2019-02-21 10:37:54 +0000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-02-22 00:10:16 +1100 |
commit | 0df977eafc792a5365a7f81d8d5920132e03afad (patch) | |
tree | 145c1adc8829075f35bbf51742de3a4430259f0f /drivers/i3c | |
parent | 40058337f23f79212f92ed5ef066e90a032905b1 (diff) | |
download | linux-0df977eafc792a5365a7f81d8d5920132e03afad.tar.bz2 |
powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTAS
When calling RTAS, the stack pointer is stored in SPRN_SPRG2
in order to be able to restore it in case of machine check in RTAS.
As machine check is not a perfomance critical path, this patch
frees SPRN_SPRG2 by using a field in thread struct instead.
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/i3c')
0 files changed, 0 insertions, 0 deletions