commit | ba2c5a5c9d478c58277c4b0bb1187a6e82912410 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Thu Jul 13 15:10:06 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 22 22:22:51 2017 -0400 |
tree | a1ef570acd2f109cb9102cd8b2dc3a95a5787a68 | |
parent | 506cb8be7e83d29b316e1708bcf05359be16cfb7 [diff] |
powerpc: move get_pvr() and get_svr() into C Avoid unnecessary assembly functions when they can easily be written in C. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>