Page MenuHomeFreeBSD

D22338.diff
No OneTemporary

D22338.diff

Index: head/sys/mips/mips/pmap.c
===================================================================
--- head/sys/mips/mips/pmap.c
+++ head/sys/mips/mips/pmap.c
@@ -319,7 +319,7 @@
ma = VM_MEMATTR_UNCACHEABLE;
return PTE_C(ma);
}
-#define PMAP_PTE_SET_CACHE_BITS(pte, ps, m) { \
+#define PMAP_PTE_SET_CACHE_BITS(pte, pa, m) { \
pte &= ~PTE_C_MASK; \
pte |= pmap_pte_cache_bits(pa, m); \
}

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 1, 2:44 PM (18 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16906368
Default Alt Text
D22338.diff (402 B)

Event Timeline