From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: suspending to disk on FC6 not working Date: Fri, 29 Sep 2006 18:25:57 -0400 Message-ID: <20060929222557.GJ22014@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.osdl.org Errors-To: linux-pm-bounces@lists.osdl.org To: "Pallipadi, Venkatesh" Cc: linux-pm@lists.osdl.org, Pavel Machek List-Id: linux-pm@vger.kernel.org On Fri, Sep 29, 2006 at 02:35:43PM -0700, Pallipadi, Venkatesh wrote: = > cpufreq_cpu_data[] =3D NULL; only happens when acpi_cpufreq driver init > fails; > Looks like acpi_cpufreq driver init is failing at some point in this > case and the driver is staying loaded after that failure. That in turn > seems similar to one other bug I saw recently. Ah, that was because it was marked CPUFREQ_STICKY in 2.6.18. That was added to work around another problem : If it was built modular, a modprobe acpi-cpufreq would be really noisy when it get an -ENODEV Dave