Re: [PATCH v5 2/2] x86, mwaitt: introduce mwaix delay with a configurable timer

From: Huang Rui
Date: Mon Jun 15 2015 - 10:16:11 EST


On Mon, Jun 15, 2015 at 12:57:18PM +0200, Peter Zijlstra wrote:
> On Mon, Jun 15, 2015 at 06:48:04PM +0800, Huang Rui wrote:
> > diff --git a/arch/x86/include/asm/mwait.h b/arch/x86/include/asm/mwait.h
> > index 1fbc89d..47f3540 100644
> > --- a/arch/x86/include/asm/mwait.h
> > +++ b/arch/x86/include/asm/mwait.h
> > @@ -14,6 +14,9 @@
> > #define CPUID5_ECX_INTERRUPT_BREAK 0x2
> >
> > #define MWAIT_ECX_INTERRUPT_BREAK 0x1
> > +#define MWAITX_ECX_TIMER_ENABLE BIT(1)
> > +#define MWAITX_MAX_LOOPS ((u32)-1)
> > +#define MWAITX_DISABLE_CSTATES 0xf
> >
> > static inline void __monitor(const void *eax, unsigned long ecx,
> > unsigned long edx)
>
> Should this hunk not be part of the previous patch?
>

This definitions are used to implement delay function, so I put it at
this patch. :)

Thanks,
Rui
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/