summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/pmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/pmap.h')
-rw-r--r--sys/amd64/include/pmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h
index 66b6b61..813f2ae 100644
--- a/sys/amd64/include/pmap.h
+++ b/sys/amd64/include/pmap.h
@@ -188,11 +188,11 @@ pmap_kextract(vm_offset_t va)
* Pmap stuff
*/
struct pv_entry;
-typedef struct {
+
+struct md_page {
int pv_list_count;
- struct vm_page *pv_vm_page;
TAILQ_HEAD(,pv_entry) pv_list;
-} pv_table_t;
+};
struct pmap {
pd_entry_t *pm_pdir; /* KVA of page directory */
OpenPOWER on IntegriCloud