summaryrefslogtreecommitdiffstats
path: root/sys/vm/_vm_radix.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-02-07 15:13:35 +0000
committerattilio <attilio@FreeBSD.org>2013-02-07 15:13:35 +0000
commit25a17068be696722aac301815add4aff27105af1 (patch)
tree74cf7125a01e78d16320002503270ae822e75e4e /sys/vm/_vm_radix.h
parent702feea4c3aa3efd3e40f91038ff73c96b0aadd4 (diff)
downloadFreeBSD-src-25a17068be696722aac301815add4aff27105af1.zip
FreeBSD-src-25a17068be696722aac301815add4aff27105af1.tar.gz
Remove implementation specific comments from a public interface.
Diffstat (limited to 'sys/vm/_vm_radix.h')
-rw-r--r--sys/vm/_vm_radix.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/vm/_vm_radix.h b/sys/vm/_vm_radix.h
index 7e68518..2af0265 100644
--- a/sys/vm/_vm_radix.h
+++ b/sys/vm/_vm_radix.h
@@ -30,11 +30,10 @@
#define __VM_RADIX_H_
/*
- * Radix tree root. The height and pointer are set together to permit
- * coherent lookups while the root is modified.
+ * Radix tree root.
*/
struct vm_radix {
- uintptr_t rt_root; /* root + height */
+ uintptr_t rt_root;
};
#endif /* !__VM_RADIX_H_ */
OpenPOWER on IntegriCloud