aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/xen.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-11-19 19:56:56 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-11-19 19:56:56 +0000
commit11ab183655cea5088be06c6ef710ecd134b669d6 (patch)
treeee53c9ae9b25d5bcb7af13f49c43b6f2cda1a2d0 /xen/include/public/xen.h
parent807980f78bef99559aa7e31546d6084f9ed1eaf8 (diff)
downloadxen-11ab183655cea5088be06c6ef710ecd134b669d6.tar.gz
xen-11ab183655cea5088be06c6ef710ecd134b669d6.tar.bz2
xen-11ab183655cea5088be06c6ef710ecd134b669d6.zip
xen: fix build failure due to extra closing comment
Added by 26173:26facad2f1a1 Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include/public/xen.h')
-rw-r--r--xen/include/public/xen.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h
index bff9542182..559306603c 100644
--- a/xen/include/public/xen.h
+++ b/xen/include/public/xen.h
@@ -445,7 +445,6 @@ DEFINE_XEN_GUEST_HANDLE(mmuext_op_t);
* ` @val: The new page table entry, must contain a machine address
* ` @flags: Control TLB flushes
*/
-*/
/* These are passed as 'flags' to update_va_mapping. They can be ORed. */
/* When specifying UVMF_MULTI, also OR in a pointer to a CPU bitmap. */
/* UVMF_LOCAL is merely UVMF_MULTI with a NULL bitmap pointer. */