Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752688AbZK3W0E (ORCPT ); Mon, 30 Nov 2009 17:26:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752187AbZK3W0D (ORCPT ); Mon, 30 Nov 2009 17:26:03 -0500 Received: from g5t0007.atlanta.hp.com ([15.192.0.44]:9469 "EHLO g5t0007.atlanta.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751649AbZK3W0C (ORCPT ); Mon, 30 Nov 2009 17:26:02 -0500 From: Bjorn Helgaas To: Stephen Rothwell Subject: Re: linux-next: manual merge of the acpi tree with the pci tree Date: Mon, 30 Nov 2009 15:26:05 -0700 User-Agent: KMail/1.9.10 Cc: Len Brown , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Lin Ming , Bob Moore , Jesse Barnes References: <20091126132228.85a63dee.sfr@canb.auug.org.au> In-Reply-To: <20091126132228.85a63dee.sfr@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200911301526.07220.bjorn.helgaas@hp.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1377 Lines: 32 On Wednesday 25 November 2009 07:22:28 pm Stephen Rothwell wrote: > Today's linux-next merge of the acpi tree got a conflict in > drivers/pci/hotplug/acpiphp_glue.c between commit > 204d49a5613a06eb2fa5c3b842a29b1336cc7995 ("PCI hotplug: move IOAPIC > support from acpiphp to ioapic driver") from the pci tree and commit > 2263576cfc6e8f6ab038126c3254404b9fcb1c33 ("ACPICA: Add post-order > callback to acpi_walk_namespace") from the acpi tree. > > The former moved part of the code modified by the latter into another > file. All the calls to acpi_walk_namespace() seem to have been removed > in this process. I was on vacation last week, so couldn't respond earlier, sorry. As you noticed, 204d49a56 removed some acpi_walk_namespace() calls. It removed calls to the old "pre-order only" version, while 263576cfc converted acpi_walk_namespace() to a new "pre-order and post-order" version. This is conceptually simple because 204d49a56 is just removing uses of acpi_walk_namespace(), so we don't care at all whether it removes calls to the old or new version. But I don't have enough git-fu to know how to fix this. Bjorn -- 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/