2011-11-28 20:34:40 +01:00
|
|
|
changeset: 23094:d09e8885bc82
|
|
|
|
user: Olaf Hering <olaf@aepfle.de>
|
|
|
|
date: Fri Mar 25 08:58:04 2011 +0000
|
|
|
|
files: xen/common/trace.c
|
|
|
|
description:
|
2011-05-31 19:35:29 +02:00
|
|
|
xentrace: update comments
|
|
|
|
|
|
|
|
Fix a typo, remove redundant comment.
|
|
|
|
|
|
|
|
Signed-off-by: Olaf Hering <olaf@aepfle.de>
|
|
|
|
|
2011-11-28 20:34:40 +01:00
|
|
|
|
2011-05-31 19:35:29 +02:00
|
|
|
---
|
|
|
|
xen/common/trace.c | 3 +--
|
|
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
|
2011-09-15 23:43:21 +02:00
|
|
|
Index: xen-4.1.2-testing/xen/common/trace.c
|
2011-05-31 19:35:29 +02:00
|
|
|
===================================================================
|
2011-09-15 23:43:21 +02:00
|
|
|
--- xen-4.1.2-testing.orig/xen/common/trace.c
|
|
|
|
+++ xen-4.1.2-testing/xen/common/trace.c
|
2011-11-28 20:34:40 +01:00
|
|
|
@@ -196,12 +196,11 @@ static int alloc_trace_bufs(unsigned int
|
2011-05-31 19:35:29 +02:00
|
|
|
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);
|