From a23ed68137cccbe53a9340dbc1de0779d2518589 Mon Sep 17 00:00:00 2001 From: attilio Date: Sun, 8 Jul 2012 23:50:57 +0000 Subject: - 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. --- sys/vm/vm_radix.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/vm/vm_radix.h') 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. -- cgit v1.1