Messages in this thread |  | | Date | Wed, 13 Feb 2013 08:38:04 -0800 | From | Dirk Brandewie <> | Subject | Re: [PATCH 0/5] Add P state driver for Intel Core Processors |
| |
Hi Dave,
On 02/12/2013 01:49 PM, Dave Jones wrote: > On Wed, Feb 06, 2013 at 09:02:07AM -0800, dirk.brandewie@gmail.com wrote: > > Won't you also need to patch drivers/cpufreq/acpi-cpufreq.c to not load > on the processors that you want this driver to run on ? > > Dave >
For the case where both are built-in the load order works my driver uses device_initcall() and acpi_cpufreq uses late_initcall().
For the case where both are a module (which I was sure I tested) you are right I will have to do something.
For now I propose to make my driver built-in only while I sort out the right solution for the module build. Does this seem reasonable to everyone?
--Dirk
|  |