From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: acpi-cpufreq oddness Date: Fri, 18 Aug 2006 17:09:27 -0400 Message-ID: <20060818210926.GB28979@redhat.com> References: <20060818190454.GB18750@redhat.com> <20060818134517.A22660@unix-os.sc.intel.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <20060818134517.A22660@unix-os.sc.intel.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Venkatesh Pallipadi Cc: Alexey Starikovskiy , "Brown, Len" , linux-acpi@vger.kernel.org, cpufreq@lists.linux.org.uk On Fri, Aug 18, 2006 at 01:45:17PM -0700, Venkatesh Pallipadi wrote: > EINVAL is actually coming from early_init call and the return value of that > call should be ignored. Attached patch resolves the issue. Ok, that'll do the trick :) The -EINVAL actually came from this bit.. pr->performance = performance[i]; cpu_set(i, pr->performance->shared_cpu_map); if (acpi_processor_get_psd(pr)) { retval = -EINVAL; continue; } I'll push this on tonight.. Dave -- http://www.codemonkey.org.uk