diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2017-07-13 15:10:06 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-22 22:22:51 -0400 |
commit | ba2c5a5c9d478c58277c4b0bb1187a6e82912410 (patch) | |
tree | a1ef570acd2f109cb9102cd8b2dc3a95a5787a68 /arch/powerpc/cpu/mpc8xx | |
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>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx')
-rw-r--r-- | arch/powerpc/cpu/mpc8xx/start.S | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/start.S b/arch/powerpc/cpu/mpc8xx/start.S index 4c25d3765b..202ea81ae4 100644 --- a/arch/powerpc/cpu/mpc8xx/start.S +++ b/arch/powerpc/cpu/mpc8xx/start.S @@ -305,11 +305,6 @@ int_return: SYNC rfi - .globl get_pvr -get_pvr: - mfspr r3, PVR - blr - /*------------------------------------------------------------------------------*/ /* |