aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-ppc/op.c')
-rw-r--r--target-ppc/op.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/target-ppc/op.c b/target-ppc/op.c
index 6be8777768..82750c6ef3 100644
--- a/target-ppc/op.c
+++ b/target-ppc/op.c
@@ -706,23 +706,6 @@ void OPPROTO op_4xx_tlbwe_hi (void)
/* SPR micro-ops */
/* 440 specific */
-void OPPROTO op_440_dlmzb (void)
-{
- do_440_dlmzb();
- RETURN();
-}
-
-void OPPROTO op_440_dlmzb_update_Rc (void)
-{
- if (T0 == 8)
- T0 = 0x2;
- else if (T0 < 4)
- T0 = 0x4;
- else
- T0 = 0x8;
- RETURN();
-}
-
#if !defined(CONFIG_USER_ONLY)
void OPPROTO op_store_pir (void)
{