From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753287AbXCWSXx (ORCPT ); Fri, 23 Mar 2007 14:23:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753291AbXCWSXx (ORCPT ); Fri, 23 Mar 2007 14:23:53 -0400 Received: from smtp.osdl.org ([65.172.181.24]:59407 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753287AbXCWSXv (ORCPT ); Fri, 23 Mar 2007 14:23:51 -0400 Date: Fri, 23 Mar 2007 11:16:29 -0700 (PDT) From: Linus Torvalds To: Thomas Gleixner cc: Ingo Molnar , "Eric W. Biederman" , Nick Piggin , Mingming Cao , Adrian Bunk , Andrew Morton , Linux Kernel Mailing List , Michal Piotrowski , Mariusz Kozlowski , Oliver Pinter , Sid Boyce , Nick Piggin , Jens Axboe , Thomas Renninger , Len Brown Subject: Re: [1/6] 2.6.21-rc4: known regressions In-Reply-To: Message-ID: References: <20070318184908.GU752@stusta.de> <46020385.50301@yahoo.com.au> <1174612132.16068.114.camel@localhost.localdomain> <20070323114223.GA23483@elte.hu> <1174650969.10840.274.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 23 Mar 2007, Linus Torvalds wrote: > > I really wish we had an x86-64 maintainer that understood that it's > confusing that files in arch/i386/ are also used for arch/x86-64. Sorry, that was unfair. The patch was simply buggy. It added the test to drivers/acpi/ *without* adding it to the architectures that used it, it wasn't an i386/x86-64 thing. Thomas, please fix. Linus