aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-07-20 15:24:09 +0100
committerIan Campbell <ian.campbell@citrix.com>2011-07-20 15:24:09 +0100
commit04aa57c1d0078c22d5b2ec8f9bbfa62eb90b6da4 (patch)
tree495c1f9fb52c00838421778410149a4732697fb4
parent2284d10d58526f115f274f895c683217eb7f608a (diff)
downloadxen-04aa57c1d0078c22d5b2ec8f9bbfa62eb90b6da4.tar.gz
xen-04aa57c1d0078c22d5b2ec8f9bbfa62eb90b6da4.tar.bz2
xen-04aa57c1d0078c22d5b2ec8f9bbfa62eb90b6da4.zip
libxc: remove obsolete comment.
Seems to predate Xen 3.0... Signed-off-by: Ian Campbell <ian.campbell@citrix.com> xen-unstable changeset: 23707:9afeab10a65d xen-unstable date: Sat Jul 16 09:18:45 2011 +0100
-rw-r--r--tools/libxc/xenctrl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h
index 971daf02bc..570c6d46b5 100644
--- a/tools/libxc/xenctrl.h
+++ b/tools/libxc/xenctrl.h
@@ -1108,10 +1108,6 @@ int xc_lockprof_query(xc_interface *xch,
* should be unmapped with munmap and should follow the same rules as mmap
* regarding page alignment. Returns NULL on failure.
*
- * In Linux, the ring queue for the control channel is accessible by mapping
- * the shared_info_frame (from xc_domain_getinfo()) + 2048. The structure
- * stored there is of type control_if_t.
- *
* @parm xch a handle on an open hypervisor interface
* @parm dom the domain to map memory from
* @parm size the amount of memory to map (in multiples of page size)