]> xenbits.xensource.com Git - qemu-xen-4.1-testing.git/commitdiff
Remove definitions for deprecated SLB & TLB related op helpers.
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 1 Oct 2007 01:59:12 +0000 (01:59 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 1 Oct 2007 01:59:12 +0000 (01:59 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3303 c046a42c-6fe2-441c-8c8c-71466251a162

target-ppc/op_helper.h

index c7235cc3eb7220ab56d2c7bd6c28f88dd29f9a2e..6f79cad9127e5bb57092dcb353487c83132eabe9 100644 (file)
@@ -134,16 +134,7 @@ void do_rfid (void);
 #if defined(TARGET_PPC64H)
 void do_hrfid (void);
 #endif
-void do_tlbia (void);
-void do_tlbie (void);
-#if defined(TARGET_PPC64)
-void do_tlbie_64 (void);
-#endif
 void do_load_6xx_tlb (int is_code);
-#if defined(TARGET_PPC64)
-void do_slbia (void);
-void do_slbie (void);
-#endif
 #endif
 
 /* POWER / PowerPC 601 specific helpers */
@@ -170,8 +161,6 @@ void do_op_602_mfrom (void);
 /* PowerPC 440 specific helpers */
 #if !defined(CONFIG_USER_ONLY)
 void do_440_tlbre (int word);
-void do_440_tlbsx (void);
-void do_440_tlbsx_ (void);
 void do_440_tlbwe (int word);
 #endif
 
@@ -187,8 +176,6 @@ void do_rfdi (void);
 void do_rfmci (void);
 void do_4xx_tlbre_lo (void);
 void do_4xx_tlbre_hi (void);
-void do_4xx_tlbsx (void);
-void do_4xx_tlbsx_ (void);
 void do_4xx_tlbwe_lo (void);
 void do_4xx_tlbwe_hi (void);
 #endif