From: Olaf Hering Date: Fri, 25 Mar 2011 08:58:04 +0000 (+0000) Subject: xentrace: update comments X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=43eba5926e07168c95f10156c8261bb6f00cef12;p=xen.git xentrace: update comments Fix a typo, remove redundant comment. Signed-off-by: Olaf Hering --- diff --git a/xen/common/trace.c b/xen/common/trace.c index 29a0753b74..70c8b67733 100644 --- a/xen/common/trace.c +++ b/xen/common/trace.c @@ -196,12 +196,11 @@ static int alloc_trace_bufs(unsigned int pages) t_info->tbuf_size = pages; /* - * Now share the pages to xentrace can map them, and write them in + * Now share the pages so xentrace can map them, and write them in * the global t_info structure. */ for_each_online_cpu(cpu) { - /* Share pages so that xentrace can map them. */ void *rawbuf = per_cpu(t_bufs, cpu); struct page_info *p = virt_to_page(rawbuf); uint32_t mfn = virt_to_mfn(rawbuf);