aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op_mem.h
diff options
context:
space:
mode:
Diffstat (limited to 'target-ppc/op_mem.h')
-rw-r--r--target-ppc/op_mem.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/target-ppc/op_mem.h b/target-ppc/op_mem.h
index 6f9eb20548..37fc488d16 100644
--- a/target-ppc/op_mem.h
+++ b/target-ppc/op_mem.h
@@ -314,21 +314,6 @@ void OPPROTO glue(op_stdcx_le_64, MEMSUFFIX) (void)
}
#endif
-/* Instruction cache block invalidate */
-void OPPROTO glue(op_icbi, MEMSUFFIX) (void)
-{
- glue(do_icbi, MEMSUFFIX)();
- RETURN();
-}
-
-#if defined(TARGET_PPC64)
-void OPPROTO glue(op_icbi_64, MEMSUFFIX) (void)
-{
- glue(do_icbi_64, MEMSUFFIX)();
- RETURN();
-}
-#endif
-
/* External access */
void OPPROTO glue(op_eciwx, MEMSUFFIX) (void)
{