commit | 3d97f8efc5cf048960b4b8876583d651b7a27940 | [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 | 60425ee5848844c5a6bb9aa1feef1db96c4b4906 [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>