patch-2.3.34 linux/arch/ppc/kernel/process.c
Next file: linux/arch/ppc/kernel/smp.c
Previous file: linux/arch/ppc/kernel/ppc_ksyms.c
Back to the patch index
Back to the overall index
-  Lines: 16
-  Date:
Mon Dec 20 14:27:34 1999
-  Orig file: 
v2.3.33/linux/arch/ppc/kernel/process.c
-  Orig date: 
Tue Dec  7 09:32:42 1999
diff -u --recursive --new-file v2.3.33/linux/arch/ppc/kernel/process.c linux/arch/ppc/kernel/process.c
@@ -204,15 +204,6 @@
 	if ( (prev->thread.regs && (prev->thread.regs->msr & MSR_VEC)) &&
 	     prev->thread.vrsave )
 		giveup_altivec(prev);
-	/*
-	 * The 750 doesn't broadcast invalidates with tlbie's
-	 * so flush every processor switch.
-	 *  -- Cort
-	 */
-	if ( ((_get_PVR()>>16) == 8) &&
-	     (new->last_processor != NO_PROC_ID) &&
-	     (new->last_processor != new->processor) && new->mm )
-	     flush_tlb_mm(new->mm);
 	prev->last_processor = prev->processor;
 	current_set[smp_processor_id()] = new;
 #endif /* __SMP__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)