patch-2.4.20 linux-2.4.20/arch/mips/mm/tlbex-r3k.S
Next file: linux-2.4.20/arch/mips/mm/tlbex-r4k.S
Previous file: linux-2.4.20/arch/mips/mm/tlb-sb1.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Thu Nov 28 15:53:10 2002
- Orig file:
linux-2.4.19/arch/mips/mm/tlbex-r3k.S
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips/mm/tlbex-r3k.S linux-2.4.20/arch/mips/mm/tlbex-r3k.S
@@ -112,7 +112,7 @@
.set push; \
.set reorder; \
lw pte, (ptr); \
- .set pop;
+ .set pop;
/* Make PTE valid, store result in PTR. */
#define PTE_MAKEVALID(pte, ptr) \
@@ -130,7 +130,7 @@
.set reorder; \
lw pte, (ptr); \
.set pop;
-
+
/* Make PTE writable, update software status bits as well,
* then store at PTR.
@@ -160,7 +160,7 @@
nop; \
jr reg; \
rfe
-
+
.set noreorder
.align 5
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)