WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix typo.

# HG changeset patch
# User adsharma@xxxxxxxxxxxxxxxxxxxx
# Node ID de3576a1c62cea31cad7333af2426eaf65884926
# Parent  27702550261679b71afae8d89ae09f6aff715510
Fix typo.

diff -r 277025502616 -r de3576a1c62c tools/xentrace/xentrace.c
--- a/tools/xentrace/xentrace.c Thu Aug 25 20:27:03 2005
+++ b/tools/xentrace/xentrace.c Thu Aug 25 20:52:38 2005
@@ -525,7 +525,7 @@
     }
 
     if (opts.cpu_mask != 0) {
-        set_mask(opts.evt_mask, 1);
+        set_mask(opts.cpu_mask, 1);
     }
 
     if ( opts.outfile )

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>