aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2011-07-16 09:18:45 +0100
committerIan Campbell <ian.campbell@citrix.com>2011-07-16 09:18:45 +0100
commit68b5b855954787fedc8b03a2fdb6ebedfe07d366 (patch)
tree189c7f02429238bade7e33785adf5fd9efa11e92 /tools
parentb0b0525d195f6dabb87b62ba137cb0f060927bea (diff)
downloadxen-68b5b855954787fedc8b03a2fdb6ebedfe07d366.tar.gz
xen-68b5b855954787fedc8b03a2fdb6ebedfe07d366.tar.bz2
xen-68b5b855954787fedc8b03a2fdb6ebedfe07d366.zip
libxc: remove obsolete comment.
Seems to predate Xen 3.0... Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools')
-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 5d12503aee..1b82ee0818 100644
--- a/tools/libxc/xenctrl.h
+++ b/tools/libxc/xenctrl.h
@@ -1132,10 +1132,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)