patch-2.4.22 linux-2.4.22/arch/mips64/mm/tlb-glue-r4k.S

Next file: linux-2.4.22/arch/mips64/mm/tlb-glue-sb1.S
Previous file: linux-2.4.22/arch/mips64/mm/tlb-dbg-r4k.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips64/mm/tlb-glue-r4k.S linux-2.4.22/arch/mips64/mm/tlb-glue-r4k.S
@@ -19,6 +19,10 @@
 	STI
 	.endm
 
+	.macro	__BUILD_kmode
+	KMODE
+	.endm
+
 	.macro	tlb_handler name interruptible writebit
 	NESTED(__\name, PT_SIZE, sp)
 	SAVE_ALL
@@ -32,6 +36,6 @@
 	END(__\name)
 	.endm
 
-	tlb_handler	xtlb_mod sti 1
-	tlb_handler	xtlb_tlbl sti 0
-	tlb_handler	xtlb_tlbs sti 1
+	tlb_handler	xtlb_mod kmode 1
+	tlb_handler	xtlb_tlbl kmode 0
+	tlb_handler	xtlb_tlbs kmode 1

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)