[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAE9FiQU2SEj7L=pjtTOewxExKJhoG3LbJ+YsVbNJ2O_9Kevz5A@mail.gmail.com>
Date: Mon, 6 Jan 2014 14:30:41 -0800
From: Yinghai Lu <yinghai@...nel.org>
To: Bjorn Helgaas <bhelgaas@...gle.com>
Cc: Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...e.hu>,
"H. Peter Anvin" <hpa@...or.com>, Tony Luck <tony.luck@...el.com>,
"Rafael J. Wysocki" <rjw@...k.pl>,
"linux-pci@...r.kernel.org" <linux-pci@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
ACPI Devel Maling List <linux-acpi@...r.kernel.org>,
Paul Gortmaker <paul.gortmaker@...driver.com>,
Jiang Liu <jiang.liu@...wei.com>
Subject: Re: [PATCH v5 24/33] x86: Move declaration for mp_register_ioapic()
On Fri, Jan 3, 2014 at 1:24 PM, Bjorn Helgaas <bhelgaas@...gle.com> wrote:
> On Thu, Jan 02, 2014 at 04:05:56PM -0800, Yinghai Lu wrote:
>> Address compiling problem that Fengguang report.
>
> Does this fix a problem that's already in the upstream tree?
>
> If it merely fixes a problem that was added somewhere in your patches,
> why don't you fold this fix into the patch that added the problem?
>
> If you included more details, like the exact problem report, I could
> probably have figured this out myself.
please check updated changelog:
---
Subject: [PATCH] x86: Move declaration for mp_register_ioapic()
Preparing patch for ioapic hotplug:
PCI, x86, ACPI: Link acpi ioapic register to ioapic
as it adds calling in
arch/x86/kernel/acpi/boot.c::acpi_register_ioapic()
acpi_unregister_ioapic()
Address compiling problem when
CONFIG_ACPI is defined
CONFIG_X86_IOAPIC is not defined.
Change condition to X86_IO_APIC instead of ACPI.
-v2: update changelog requested by Bjorn.
-----
View attachment "move_mp_register.patch" of type "text/x-patch" (2308 bytes)
Powered by blists - more mailing lists