summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_radix.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-05-12 19:22:57 +0000
committerattilio <attilio@FreeBSD.org>2012-05-12 19:22:57 +0000
commit3bd53aaf3c5e24d4f52567eb9c004792e1a9c077 (patch)
tree43cf512b684f2e8f1490a0e34daee060c7ba81d5 /sys/vm/vm_radix.h
parentc7b668e647ad1dc887d4753c9639ab9b87a86359 (diff)
downloadFreeBSD-src-3bd53aaf3c5e24d4f52567eb9c004792e1a9c077.zip
FreeBSD-src-3bd53aaf3c5e24d4f52567eb9c004792e1a9c077.tar.gz
- Fix a bug where lookupn can wrap up looking for the pages to scan,
returning a non correct very low address again. - Stub out vm_lookup_foreach as it is not used
Diffstat (limited to 'sys/vm/vm_radix.h')
-rw-r--r--sys/vm/vm_radix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_radix.h b/sys/vm/vm_radix.h
index 8c1e770..b416f7e 100644
--- a/sys/vm/vm_radix.h
+++ b/sys/vm/vm_radix.h
@@ -64,8 +64,6 @@ int vm_radix_lookupn(struct vm_radix *, vm_pindex_t, vm_pindex_t, int,
void *vm_radix_lookup_le(struct vm_radix *, vm_pindex_t, int);
void vm_radix_reclaim_allnodes(struct vm_radix *);
void *vm_radix_remove(struct vm_radix *, vm_pindex_t, int);
-void vm_radix_foreach(struct vm_radix *, vm_pindex_t, vm_pindex_t, int,
- void (*)(void *));
/*
* Look up any entry at a position greater or equal to index.
OpenPOWER on IntegriCloud