Re: [Powertop] [PATCH v3] conditionally disable pci if not supported

2012-07-19 Thread Chris Ferron
On 06/25/2012 10:14 AM, Rajagopal Venkat wrote: disable pci if not supported by host platform. When libpci is not found, define a macro which will be used for conditional compilation. Signed-off-by: Rajagopal Venkat --- configure.ac |5 +++-- src/lib.cpp | 20 ++-- sr

Re: [Powertop][PATCH v3] conditionally disable pci if not supported

2012-07-12 Thread Rajagopal Venkat
On 13 July 2012 11:03, Ricardo Salveti wrote: > On Fri, Jul 13, 2012 at 2:02 AM, Rajagopal Venkat > wrote: > > Can someone consider this patch for merge? > > As we will have libpci available at most distros by default, isn't > there a way of doing run-time detection instead of disabling it at >

Re: [Powertop][PATCH v3] conditionally disable pci if not supported

2012-07-12 Thread Ricardo Salveti
On Fri, Jul 13, 2012 at 2:02 AM, Rajagopal Venkat wrote: > Can someone consider this patch for merge? As we will have libpci available at most distros by default, isn't there a way of doing run-time detection instead of disabling it at build time? This is just because we'll be getting more and m

Re: [Powertop][PATCH v3] conditionally disable pci if not supported

2012-07-12 Thread Rajagopal Venkat
Can someone consider this patch for merge? On 25 June 2012 22:44, Rajagopal Venkat wrote: > disable pci if not supported by host platform. When > libpci is not found, define a macro which will be > used for conditional compilation. > > Signed-off-by: Rajagopal Venkat > --- > configure.ac |

[Powertop][PATCH v3] conditionally disable pci if not supported

2012-06-25 Thread Rajagopal Venkat
disable pci if not supported by host platform. When libpci is not found, define a macro which will be used for conditional compilation. Signed-off-by: Rajagopal Venkat --- configure.ac |5 +++-- src/lib.cpp | 20 ++-- src/lib.h|5 + 3 files changed, 26 insertio