From: Dave Jones <davej@redhat.com>
To: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Cc: Alexey Starikovskiy <alexey_y_starikovskiy@linux.intel.com>,
"Brown, Len" <len.brown@intel.com>,
linux-acpi@vger.kernel.org, cpufreq@lists.linux.org.uk
Subject: Re: acpi-cpufreq oddness
Date: Fri, 18 Aug 2006 17:09:27 -0400 [thread overview]
Message-ID: <20060818210926.GB28979@redhat.com> (raw)
In-Reply-To: <20060818134517.A22660@unix-os.sc.intel.com>
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
next prev parent reply other threads:[~2006-08-18 21:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-18 18:59 acpi-cpufreq oddness Pallipadi, Venkatesh
2006-08-18 19:04 ` Dave Jones
2006-08-18 20:45 ` Venkatesh Pallipadi
2006-08-18 21:09 ` Dave Jones [this message]
2006-08-18 20:54 ` Dave Jones
-- strict thread matches above, loose matches on Subject: below --
2006-08-18 18:43 Dave Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060818210926.GB28979@redhat.com \
--to=davej@redhat.com \
--cc=alexey_y_starikovskiy@linux.intel.com \
--cc=cpufreq@lists.linux.org.uk \
--cc=len.brown@intel.com \
--cc=linux-acpi@vger.kernel.org \
--cc=venkatesh.pallipadi@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.