patch-2.1.40 linux/include/asm-m68k/pgtable.h

Next file: linux/include/asm-m68k/processor.h
Previous file: linux/include/asm-m68k/keyboard.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.39/linux/include/asm-m68k/pgtable.h linux/include/asm-m68k/pgtable.h
@@ -175,7 +175,7 @@
 }
 
 /*
- * flush all atc entries (user-space entries only for the 680[46]0).
+ * flush all user-space atc entries.
  */
 static inline void __flush_tlb(void)
 {
@@ -184,7 +184,7 @@
 				     "pflushan\n\t"
 				     ".chip 68k");
 	else
-		__asm__ __volatile__("pflusha");
+		__asm__ __volatile__("pflush #0,#4");
 }
 
 static inline void __flush_tlb_one(unsigned long addr)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov