From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Dawe Subject: Re: [PATHC] Relaxed syntax for the processor PBLK length Date: Sun, 30 Jan 2005 22:43:01 +0000 Message-ID: <41FD62F5.2090104@phekda.gotadsl.co.uk> References: <41FD3E02.8010701@tremplin-utc.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <41FD3E02.8010701-VkQ1JFuSMpfAbQlEx87xDw@public.gmane.org> Sender: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: Eric Piel Cc: len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: linux-acpi@vger.kernel.org Hello. Eric Piel wrote: [snip] > --- linux-2.6.11-rc2/drivers/acpi/processor_core.c.orig 2005-01-23 01:24:55.315650055 +0100 > +++ linux-2.6.11-rc2/drivers/acpi/processor_core.c 2005-01-23 01:27:32.016020121 +0100 > @@ -492,9 +492,16 @@ acpi_processor_get_info ( > if (!object.processor.pblk_address) > ACPI_DEBUG_PRINT((ACPI_DB_INFO, "No PBLK (NULL address)\n")); > else if (object.processor.pblk_length != 6) > - ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "Invalid PBLK length [%d]\n", > - object.processor.pblk_length)); > - else { > + if (object.processor.pblk_length == 5 && !acpi_strict) { > + printk(KERN_INFO PREFIX > + "PBLK length is 5 instead of 6, concidering " > + "it is good anyway.\n"); [snip] Typo: concidering -> considering Bye, Rich =] -- Richard Dawe [ http://homepages.nildram.co.uk/~phekda/richdawe/ ] "You can't evaluate a man by logic alone." -- McCoy, "I, Mudd", Star Trek ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl