From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754696AbZBRDYr (ORCPT ); Tue, 17 Feb 2009 22:24:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752251AbZBRDYj (ORCPT ); Tue, 17 Feb 2009 22:24:39 -0500 Received: from gw.goop.org ([64.81.55.164]:51731 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752088AbZBRDYi (ORCPT ); Tue, 17 Feb 2009 22:24:38 -0500 Message-ID: <499B7F74.2000105@goop.org> Date: Tue, 17 Feb 2009 19:24:36 -0800 From: Jeremy Fitzhardinge User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Ingo Molnar CC: "Brown, Len" , Yinghai Lu , Linux Kernel Mailing List Subject: Re: [PATCH] acpi: add some missing section markers References: <499B23F2.1080802@goop.org> <20090218000745.GC12714@elte.hu> In-Reply-To: <20090218000745.GC12714@elte.hu> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar wrote: > * Jeremy Fitzhardinge wrote: > > >> early_acpi_os_unmap_memory() is an __init function, and >> acpi_os_unmap_memory() is allowed to access an __init function >> until acpi_gbl_permanent_mmap is set up. >> >> Signed-off-by: Jeremy Fitzhardinge >> > > Note, this is modified by tip:x86/acpi, so if Len applies it to > the ACPI tree we'll generate conflicts. Since the problem itself > has been generated by the 6 commits in tip:x86/acpi, if Len is > fine with it i'd like to apply your fix there. Sorry, I'd forgotten what path those patches were taking; I just blindly applied the "ACPI=Len" pattern. J