[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re: [PATCH] xenalyze: increase MAX_CPUS
Applied, thanks. -George On Tue, 2011-07-12 at 13:16 +0100, Olaf Hering wrote: > # HG changeset patch > # User Olaf Hering <olaf@xxxxxxxxx> > # Date 1310472861 -7200 > # Node ID 1d7a842aecc538c794c78db93d141cdc5683882c > # Parent 275dd17a6a36023ffa4e25f1b0d358c22af098b8 > xenalyze: increase MAX_CPUS > > On a large system xenalyze will refuse to process the trace file because it > has an hardcoded limit of 32 cpus. The default of NR_CPUS in xen-unstable is > 128. Increase the limit to match xen-unstable and also add an option to > override the macro with a gcc cmdline option. > > Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> > > diff -r 275dd17a6a36 -r 1d7a842aecc5 xenalyze.c > --- a/xenalyze.c > +++ b/xenalyze.c > @@ -1618,7 +1618,9 @@ struct cr3_value_struct { > } destroy; > }; > > -#define MAX_CPUS 32 > +#ifndef MAX_CPUS > +#define MAX_CPUS 128 > +#endif > typedef uint32_t cpu_mask_t; > > #define IDLE_DOMAIN 32767 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |