Page MenuHomeFreeBSD

D45322.diff
No OneTemporary

D45322.diff

diff --git a/sys/arm64/include/pmap.h b/sys/arm64/include/pmap.h
--- a/sys/arm64/include/pmap.h
+++ b/sys/arm64/include/pmap.h
@@ -71,16 +71,6 @@
vm_memattr_t pv_memattr;
};
-/*
- * This structure is used to hold a virtual<->physical address
- * association and is used mostly by bootstrap code
- */
-struct pv_addr {
- SLIST_ENTRY(pv_addr) pv_list;
- vm_offset_t pv_va;
- vm_paddr_t pv_pa;
-};
-
enum pmap_stage {
PM_INVALID,
PM_STAGE1,
diff --git a/sys/riscv/include/pmap.h b/sys/riscv/include/pmap.h
--- a/sys/riscv/include/pmap.h
+++ b/sys/riscv/include/pmap.h
@@ -67,16 +67,6 @@
vm_memattr_t pv_memattr;
};
-/*
- * This structure is used to hold a virtual<->physical address
- * association and is used mostly by bootstrap code
- */
-struct pv_addr {
- SLIST_ENTRY(pv_addr) pv_list;
- vm_offset_t pv_va;
- vm_paddr_t pv_pa;
-};
-
struct pmap {
struct mtx pm_mtx;
struct pmap_statistics pm_stats; /* pmap statictics */

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 28, 12:11 AM (15 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17823448
Default Alt Text
D45322.diff (947 B)

Event Timeline