[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 06/13] x86/PMU: Add public xenpmu.h
>>> On 23.09.13 at 15:04, Dietmar Hahn <dietmar.hahn@xxxxxxxxxxxxxx> wrote: > Am Freitag 20 September 2013, 05:42:05 schrieb Boris Ostrovsky: >> + uint64_t fix_counters[XENPMU_CORE2_MAX_FIXED_PMCS]; >> + struct { >> + uint64_t counter; >> + uint64_t control; >> + } arch_msr_pair[XENPMU_CORE2_MAX_ARCH_PMCS]; >> +}; >> + >> +#define MAX(x, y) ((x) > (y) ? (x) : (y)) > > Maybe using MAX() from xen/kernel.h ? Certainly not - this is a public header; a definition of MAX() is as misplaced here. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |