summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_radix.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-07-08 23:50:57 +0000
committerattilio <attilio@FreeBSD.org>2012-07-08 23:50:57 +0000
commita23ed68137cccbe53a9340dbc1de0779d2518589 (patch)
tree14c6285b15aecec295fda98f9dab9adcfd613016 /sys/vm/vm_radix.h
parent593da627a7f6c117e4b7a93a1a7dab70cb3b9f52 (diff)
downloadFreeBSD-src-a23ed68137cccbe53a9340dbc1de0779d2518589.zip
FreeBSD-src-a23ed68137cccbe53a9340dbc1de0779d2518589.tar.gz
- Move VM_RADIX_STACK in vm_object.c because it is the only consumer
- Import the check for the return value of vm_radix_lookup() directly in the while removing the need to use a spourious check.
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 95cc03f..8a44d4f 100644
--- a/sys/vm/vm_radix.h
+++ b/sys/vm/vm_radix.h
@@ -29,8 +29,6 @@
#ifndef _VM_RADIX_H_
#define _VM_RADIX_H_
-#define VM_RADIX_STACK 8 /* Nodes to store on stack. */
-
/*
* Radix tree root. The height and pointer are set together to permit
* coherent lookups while the root is modified.
OpenPOWER on IntegriCloud