[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <82ecf08e0609100734w4c0faaf9yffce5b67d5aeaedd@mail.gmail.com>
Date: Sun, 10 Sep 2006 11:34:52 -0300
From: "Thiago Galesi" <thiagogalesi@...il.com>
To: "Dave Jones" <davej@...hat.com>,
"Thiago Galesi" <thiagogalesi@...il.com>,
"Linux Kernel" <linux-kernel@...r.kernel.org>
Subject: Re: Cpufreq not working in 2.6.18-rc6
Ok, apparently it is my fault...
I traced the failure to
if (cpufreq_driver) {
spin_unlock_irqrestore(&cpufreq_driver_lock, flags);
return -EBUSY;
}
(cpufreq_register_driver in drivers/cpufreq/cpufreq.c)
Turns out I was modprobing acpi-cpufreq before modprobing cpufreq-k7.
This worked in previous kernels and apparently, not in this one.
If I do not modprobe acpi-cpufreq, it works.
Thiago
On 9/9/06, Thiago Galesi <thiagogalesi@...il.com> wrote:
> > >
> > > CONFIG_X86_POWERNOW_K7_ACPI=y
> > > ..
> > > CONFIG_ACPI_PROCESSOR=m
> >
> > Does it start working again if you change ACPI_PROCESSOR=y ?
>
> No. nothing changes
>
> --
> -
> Thiago Galesi
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists