[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] xenpm: fix get-cpu-topology
xenpm: fix get-cpu-topology Signed-off-by: Wei Gang <gang.wei@xxxxxxxxx> diff -r cd5edc77ab93 tools/misc/xenpm.c --- a/tools/misc/xenpm.c Fri Jul 09 17:55:39 2010 +0800 +++ b/tools/misc/xenpm.c Mon Jul 12 14:10:16 2010 +0800 @@ -858,7 +858,7 @@ void cpu_topology_func(int argc, char *a info.max_cpu_index = MAX_NR_CPU-1; printf("CPU\tcore\tsocket\tnode\n"); - for ( i = 0; i < info.max_cpu_index; i++ ) + for ( i = 0; i <= info.max_cpu_index; i++ ) { if ( cpu_to_core[i] == INVALID_TOPOLOGY_ID ) continue; Attachment:
fix-xenpm-get-cpu-topology.patch _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |