summaryrefslogtreecommitdiff
path: root/vm/vm_resident.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_resident.c')
-rw-r--r--vm/vm_resident.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vm/vm_resident.c b/vm/vm_resident.c
index ef13145..5470368 100644
--- a/vm/vm_resident.c
+++ b/vm/vm_resident.c
@@ -1043,7 +1043,6 @@ count_ones:
* search for beans here
*/
bits_so_far = 0;
-count_zeroes:
while ((bitpos < NBPEL) && ((v & 1) == 0)) {
bitpos++;
v >>= 1;
@@ -1063,7 +1062,6 @@ count_zeroes:
/*
* We could not find enough contiguous pages.
*/
-not_found_em:
simple_unlock(&vm_page_queue_free_lock);
ret = KERN_RESOURCE_SHORTAGE;