From c02c27a33d936e06c7f7ab23fcddfe2c22e10ce7 Mon Sep 17 00:00:00 2001 From: attilio Date: Wed, 6 Feb 2013 18:04:28 +0000 Subject: Avoid a namespace pollution in vm_object.h by defining separately the structure for vm_radix implementation. --- sys/vm/vm_radix.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sys/vm/vm_radix.h') diff --git a/sys/vm/vm_radix.h b/sys/vm/vm_radix.h index 1a77b3a..3cd92a0 100644 --- a/sys/vm/vm_radix.h +++ b/sys/vm/vm_radix.h @@ -29,13 +29,7 @@ #ifndef _VM_RADIX_H_ #define _VM_RADIX_H_ -/* - * Radix tree root. The height and pointer are set together to permit - * coherent lookups while the root is modified. - */ -struct vm_radix { - uintptr_t rt_root; /* root + height */ -}; +#include #ifdef _KERNEL -- cgit v1.1