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
- Lines: 21
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips64/mm/tlb-glue-r4k.S
- Orig date:
2002-08-02 17:39:43.000000000 -0700
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)