]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/8xx: Don't restore regs to save them again.
authorLEROY Christophe <christophe.leroy@c-s.fr>
Fri, 19 Sep 2014 08:36:10 +0000 (10:36 +0200)
committerScott Wood <scottwood@freescale.com>
Sat, 8 Nov 2014 00:10:44 +0000 (18:10 -0600)
commitb0168eb97b8b02594f47ce44faf1502f79e540df
treef71de298e449a605d41f04ed329c3fb069f5b8e4
parentc9a803fb17bcec0e7527dc8fa055e56a9691abbb
powerpc/8xx: Don't restore regs to save them again.

There is not need to restore r10, r11 and cr registers at this end of ITLBmiss
handler as they are saved again to the same place in ITLBError handler we are
jumping to.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/kernel/head_8xx.S