* Another lost patch
@ 2003-06-02 5:03 ilya
0 siblings, 0 replies; only message in thread
From: ilya @ 2003-06-02 5:03 UTC (permalink / raw)
To: linux-mips
[-- Attachment #1: Type: text/plain, Size: 709 bytes --]
I think this is still needed as well...
Index: arch/mips64/mm/tlb-r4k.c
===================================================================
RCS file: /home/cvs/linux/arch/mips64/mm/tlb-r4k.c,v
retrieving revision 1.18
diff -u -r1.18 tlb-r4k.c
--- arch/mips64/mm/tlb-r4k.c 28 May 2003 07:32:46 -0000 1.18
+++ arch/mips64/mm/tlb-r4k.c 2 Jun 2003 03:58:44 -0000
@@ -253,8 +253,9 @@
tlb_probe();
BARRIER;
pmdp = pmd_offset(pgdp, address);
+
idx = read_c0_index();
- ptep = pte_offset(pmdp, address);
+ ptep = pte_offset_map(pmdp, address);
BARRIER;
write_c0_entrylo0(pte_val(*ptep++) >> 6);
write_c0_entrylo1(pte_val(*ptep) >> 6);
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-02 8:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-02 5:03 Another lost patch ilya
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox