Re: [PATCH] intel-pstate: Use #defines instead of hard-coded values.

2013-03-26 Thread Rafael J. Wysocki
On Wednesday, March 20, 2013 10:21:10 AM Konrad Rzeszutek Wilk wrote: > They are defined in coreboot (MSR_PLATFORM) and the other > one is already defined in msr-index.h. > > Lets use those. > > CC: rafael.j.wyso...@intel.com > CC: dirk.j.brande...@intel.com > Signed-off-by: Konrad Rzeszutek Wilk

Re: [PATCH] intel-pstate: Use #defines instead of hard-coded values.

2013-03-20 Thread Dirk Brandewie
On 03/20/2013 07:21 AM, Konrad Rzeszutek Wilk wrote: They are defined in coreboot (MSR_PLATFORM) and the other one is already defined in msr-index.h. Lets use those. CC: rafael.j.wyso...@intel.com CC: dirk.j.brande...@intel.com Signed-off-by: Konrad Rzeszutek Wilk Acked-by: Dirk Brandewie

Re: [PATCH] intel-pstate: Use #defines instead of hard-coded values.

2013-03-20 Thread Viresh Kumar
On Wed, Mar 20, 2013 at 7:51 PM, Konrad Rzeszutek Wilk wrote: > They are defined in coreboot (MSR_PLATFORM) and the other > one is already defined in msr-index.h. > > Lets use those. > > CC: rafael.j.wyso...@intel.com > CC: dirk.j.brande...@intel.com > Signed-off-by: Konrad Rzeszutek Wilk > --- >