summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_radix.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_radix.h')
-rw-r--r--sys/vm/vm_radix.h8
1 files changed, 1 insertions, 7 deletions
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 <vm/_vm_radix.h>
#ifdef _KERNEL
OpenPOWER on IntegriCloud