From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760446AbYE0Xu7 (ORCPT ); Tue, 27 May 2008 19:50:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759538AbYE0Xur (ORCPT ); Tue, 27 May 2008 19:50:47 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:58802 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759297AbYE0Xuq (ORCPT ); Tue, 27 May 2008 19:50:46 -0400 Date: Tue, 27 May 2008 16:50:43 -0700 From: Andrew Morton To: "Tony Luck" Cc: izumi.taku@jp.fujitsu.com, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] ACPI: add DMI info to enable OSI(Linux) on PRIMEQUEST Message-Id: <20080527165043.6522f061.akpm@linux-foundation.org> In-Reply-To: <12c511ca0805271641r68d50d3do9f6427a8dc6ad469@mail.gmail.com> References: <4816F9B9.3090609@jp.fujitsu.com> <4836660B.3080406@jp.fujitsu.com> <483667A4.9000606@jp.fujitsu.com> <20080527162029.e549a226.akpm@linux-foundation.org> <12c511ca0805271641r68d50d3do9f6427a8dc6ad469@mail.gmail.com> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 27 May 2008 16:41:59 -0700 "Tony Luck" wrote: > I'm not sure that sharing drivers/acpi/blacklist.c between different > architectures is wise idea. There are entries in there that make > blanket decisions for all machines made by an OEM. > > It seems quite possible that an OEM that makes boxes using > different processor architectures might make different mistakes > in the respective BIOS teams. > So... what's the fix? We don't appear to have a blacklisting table under arch/ia64. Should `#ifdef CONFIG_IA64' be added to drivers/acpi/blacklist.c entries?