commit | a7761fe48993f103d6deac6037bf786bd1db0501 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Tue Feb 09 17:08:18 2016 +0100 |
committer | Scott Wood <oss@buserror.net> | Fri Mar 11 17:20:11 2016 -0600 |
tree | 35566d489c8b6ce8c34541b5f048eaabd84cd691 | |
parent | 63e9e1c28fa6fe714364c7817e60dbaed3cec95e [diff] |
powerpc/8xx: rewrite set_context() in C There is no real need to have set_context() in assembly. Now that we have mtspr() handling CPU6 ERRATA directly, we can rewrite set_context() in C language for easier maintenance. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>