[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v6 8/8] xenalyze: remove unused private cpumask_t
On Thu, Jun 11, 2015 at 04:30:45PM +0000, Olaf Hering wrote: > Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> > Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > Cc: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> > Cc: Ian Campbell <ian.campbell@xxxxxxxxxx> > Cc: Wei Liu <wei.liu2@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> > --- > tools/xentrace/analyze.h | 13 ------------- > 1 file changed, 13 deletions(-) > > diff --git a/tools/xentrace/analyze.h b/tools/xentrace/analyze.h > index 40ee551..9b3651a 100644 > --- a/tools/xentrace/analyze.h > +++ b/tools/xentrace/analyze.h > @@ -16,19 +16,6 @@ > > #define TRC_LOST_RECORDS_END (TRC_GEN + 50) > > -#define NR_CPUS 128 > -#if __x86_64__ > -# define BITS_PER_LONG 64 > -#else > -# define BITS_PER_LONG 32 > -#endif > - > -#define BITS_TO_LONGS(bits) \ > - (((bits)+BITS_PER_LONG-1)/BITS_PER_LONG) > -#define DECLARE_BITMAP(name,bits) \ > - unsigned long name[BITS_TO_LONGS(bits)] > -typedef struct cpumask{ DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t; > - > enum { > TRCE_SFLAG_SET_AD, > TRCE_SFLAG_SET_A, > > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxx > http://lists.xen.org/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |