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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/vm/_vm_radix.h b/sys/vm/_vm_radix.h
index 1d06d0a..f066462 100644
--- a/sys/vm/_vm_radix.h
+++ b/sys/vm/_vm_radix.h
@@ -36,12 +36,8 @@
*/
struct vm_radix {
uintptr_t rt_root;
- uint8_t rt_flags;
};
-#define RT_INSERT_INPROG 0x01
-#define RT_TRIE_MODIFIED 0x02
-
#ifdef _KERNEL
static __inline boolean_t
OpenPOWER on IntegriCloud