diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2015-08-21 16:04:36 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2015-08-21 16:04:36 +0000 |
commit | 54c7c0e0064381c2fa15a52dc78961c9dcd0eea3 (patch) | |
tree | 55beafb716b463564c69e6f09cdfeb05ae1a4a3c /sys/uvm/uvm_page.h | |
parent | 86b9c46ebde8851690265b6a282106b07d4f788a (diff) |
Remove the unused loan_count field and the related uvm logic. Most of
the page loaning code is already in the Attic.
ok kettenis@, beck@
Diffstat (limited to 'sys/uvm/uvm_page.h')
-rw-r--r-- | sys/uvm/uvm_page.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/uvm/uvm_page.h b/sys/uvm/uvm_page.h index 32119e7f597..aaf03181c81 100644 --- a/sys/uvm/uvm_page.h +++ b/sys/uvm/uvm_page.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_page.h,v 1.58 2015/04/22 03:48:52 dlg Exp $ */ +/* $OpenBSD: uvm_page.h,v 1.59 2015/08/21 16:04:35 visa Exp $ */ /* $NetBSD: uvm_page.h,v 1.19 2000/12/28 08:24:55 chs Exp $ */ /* @@ -105,9 +105,6 @@ struct vm_page { u_int pg_version; /* version count */ u_int wire_count; /* wired down map refs [P] */ - u_int loan_count; /* number of active loans - * to read: [P] - * to modify: [P] */ paddr_t phys_addr; /* physical address of page */ psize_t fpgsz; /* free page range size */ |