summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/ppc.h
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2017-07-13 13:10:04 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-23 02:22:51 (GMT)
commit506cb8be7e83d29b316e1708bcf05359be16cfb7 (patch)
tree1c060929e670797c4adde5586c6ef0eac155c939 /arch/powerpc/include/asm/ppc.h
parent7fd697fd54eabd3cfe28414d9c05f65c8cfd9585 (diff)
downloadu-boot-fsl-qoriq-506cb8be7e83d29b316e1708bcf05359be16cfb7.tar.xz
powerpc, 8xx: move cache helper 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/include/asm/ppc.h')
-rw-r--r--arch/powerpc/include/asm/ppc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/include/asm/ppc.h b/arch/powerpc/include/asm/ppc.h
index e11f398..61838cb 100644
--- a/arch/powerpc/include/asm/ppc.h
+++ b/arch/powerpc/include/asm/ppc.h
@@ -50,12 +50,6 @@ static inline uint get_immr(uint mask)
#endif
uint get_pvr(void);
uint get_svr(void);
-uint rd_ic_cst(void);
-void wr_ic_cst(uint);
-void wr_ic_adr(uint);
-uint rd_dc_cst(void);
-void wr_dc_cst(uint);
-void wr_dc_adr(uint);
#if defined(CONFIG_MPC85xx) || \
defined(CONFIG_MPC86xx) || \