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_anon.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_anon.h')
-rw-r--r-- | sys/uvm/uvm_anon.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_anon.h b/sys/uvm/uvm_anon.h index f0a5800f0df..894f5031dec 100644 --- a/sys/uvm/uvm_anon.h +++ b/sys/uvm/uvm_anon.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_anon.h,v 1.18 2014/07/11 16:35:40 jsg Exp $ */ +/* $OpenBSD: uvm_anon.h,v 1.19 2015/08/21 16:04:35 visa Exp $ */ /* $NetBSD: uvm_anon.h,v 1.13 2000/12/27 09:17:04 chs Exp $ */ /* @@ -80,7 +80,6 @@ struct vm_aref { struct vm_anon *uvm_analloc(void); void uvm_anfree(struct vm_anon *); void uvm_anon_init(void); -struct vm_page *uvm_anon_lockloanpg(struct vm_anon *); void uvm_anon_dropswap(struct vm_anon *); boolean_t uvm_anon_pagein(struct vm_anon *); #endif /* _KERNEL */ |