Re: [RFC PATCH v2 05/14] x86/hpet: Relocate flag definitions to a header file

2019-04-08 Thread Ricardo Neri
On Tue, Mar 26, 2019 at 10:11:16PM +0100, Thomas Gleixner wrote: > On Wed, 27 Feb 2019, Ricardo Neri wrote: > > > Users of HPET timers (such as the hardlockup detector) need the definitions > > of these flags to interpret the configuration of a timer as passed by > > platform code. > > Which

Re: [RFC PATCH v2 05/14] x86/hpet: Relocate flag definitions to a header file

2019-03-26 Thread Thomas Gleixner
On Wed, 27 Feb 2019, Ricardo Neri wrote: > Users of HPET timers (such as the hardlockup detector) need the definitions > of these flags to interpret the configuration of a timer as passed by > platform code. Which platform code? > +#define HPET_DEV_USED_BIT2 > +#define HPET_DEV_USED

[RFC PATCH v2 05/14] x86/hpet: Relocate flag definitions to a header file

2019-02-27 Thread Ricardo Neri
Users of HPET timers (such as the hardlockup detector) need the definitions of these flags to interpret the configuration of a timer as passed by platform code. Cc: "H. Peter Anvin" Cc: Ashok Raj Cc: Andi Kleen Cc: Tony Luck Cc: Clemens Ladisch Cc: Arnd Bergmann Cc: Philippe Ombredanne Cc: