Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 15:13:36 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r246478 - user/attilio/vmc-playground/sys/vm
Message-ID:  <201302071513.r17FDaOq097721@svn.freebsd.org>

index | next in thread | raw e-mail

Author: attilio
Date: Thu Feb  7 15:13:35 2013
New Revision: 246478
URL: http://svnweb.freebsd.org/changeset/base/246478

Log:
  Remove implementation specific comments from a public interface.

Modified:
  user/attilio/vmc-playground/sys/vm/_vm_radix.h

Modified: user/attilio/vmc-playground/sys/vm/_vm_radix.h
==============================================================================
--- user/attilio/vmc-playground/sys/vm/_vm_radix.h	Thu Feb  7 15:13:35 2013	(r246477)
+++ user/attilio/vmc-playground/sys/vm/_vm_radix.h	Thu Feb  7 15:13:35 2013	(r246478)
@@ -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_ */


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302071513.r17FDaOq097721>