Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751457AbXAKTys (ORCPT ); Thu, 11 Jan 2007 14:54:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751456AbXAKTys (ORCPT ); Thu, 11 Jan 2007 14:54:48 -0500 Received: from hera.kernel.org ([140.211.167.34]:35770 "EHLO hera.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751453AbXAKTyr (ORCPT ); Thu, 11 Jan 2007 14:54:47 -0500 From: Len Brown Organization: Intel Open Source Technology Center To: Bjorn Helgaas Subject: Re: Sony Vaio VGN-SZ340 (was Re: sonypc with Sony Vaio VGN-SZ1VP) Date: Thu, 11 Jan 2007 14:52:31 -0500 User-Agent: KMail/1.9.5 Cc: MoRpHeUz , "Andrew Morton" , "Stelian Pop" , "Mattia Dongili" , "Ismail Donmez" , "Andrea Gelmini" , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, "Cacy Rodney" References: <49814.213.30.172.234.1159357906.squirrel@webmail.popies.net> <200701051310.41131.lenb@kernel.org> <200701052109.35707.bjorn.helgaas@hp.com> In-Reply-To: <200701052109.35707.bjorn.helgaas@hp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701111452.31490.lenb@kernel.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1568 Lines: 36 On Friday 05 January 2007 23:09, Bjorn Helgaas wrote: > On Friday 05 January 2007 11:10, Len Brown wrote: > > On Friday 05 January 2007 12:24, MoRpHeUz wrote: > > > > What workaround are you using? > > > > > > This one: http://bugzilla.kernel.org/show_bug.cgi?id=7465 > > > > Ah yes, the duplicate MADT issue is clearly a BIOS bug. > > It is possible that we can tweak our Linux workaround for it to be more > > Microsoft Windows Bug Compatbile(TM). > > Maybe Windows discovers processors using the namespace rather > than the MADT. Nod. Based on the fact that the 1st MADT on this box is toast, they're not using that. If the last one also doesn't work universally, then they must be using the namespace. For us to do the same would be a relatively significant change -- as it means we either have to push SMP startup after the interpreter init, or move the interpreter init yet sooner. In general, over the last couple of years, we've been forced for compatibility with various systems to move ACPI initialization sooner and sooner. (I think the last issue was getting the HW into "ACPI mode" sooner because some stuff I don't recall didn't work if we didn't) It would probably make sense to experiment with what the soonest we can initialize ACPI, as I have a feeling we're going to have to head that way. -Len - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/