patch-2.4.25 linux-2.4.25/arch/mips/mm/tlbex-mips32.S
Next file: linux-2.4.25/arch/mips/mm/tlbex-r4k.S
Previous file: linux-2.4.25/arch/mips/mm/tlb-sb1.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2004-02-18 05:36:30.000000000 -0800
- Orig file:
linux-2.4.24/arch/mips/mm/tlbex-mips32.S
- Orig date:
2003-08-25 04:44:40.000000000 -0700
diff -urN linux-2.4.24/arch/mips/mm/tlbex-mips32.S linux-2.4.25/arch/mips/mm/tlbex-mips32.S
@@ -102,7 +102,7 @@
#endif
nop
mfc0 k0, CP0_BADVADDR # Get faulting address
- srl k0, k0, PGDIR_SHIFT # get pgd only bits
+ srl k0, k0, _PGDIR_SHIFT # get pgd only bits
sll k0, k0, 2
addu k1, k1, k0 # add in pgd offset
@@ -168,7 +168,7 @@
#define LOAD_PTE(pte, ptr) \
GET_PGD(pte, ptr) \
mfc0 pte, CP0_BADVADDR; \
- srl pte, pte, PGDIR_SHIFT; \
+ srl pte, pte, _PGDIR_SHIFT; \
sll pte, pte, 2; \
addu ptr, ptr, pte; \
mfc0 pte, CP0_BADVADDR; \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)