From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934337Ab0EEJhA (ORCPT ); Wed, 5 May 2010 05:37:00 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:46157 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932257Ab0EEJg7 convert rfc822-to-8bit (ORCPT ); Wed, 5 May 2010 05:36:59 -0400 MIME-Version: 1.0 In-Reply-To: <20100505085629.GA16278@elte.hu> References: <1269936436-7039-14-git-send-email-ebiederm@xmission.com> <20100505085629.GA16278@elte.hu> Date: Wed, 5 May 2010 02:36:58 -0700 Message-ID: Subject: Re: [tip:x86/irq] x86, acpi/irq: Handle isa irqs that are not identity mapped to gsi's. From: Eric Biederman To: Ingo Molnar Cc: mingo@redhat.com, hpa@zytor.com, linux-kernel@vger.kernel.org, tglx@linutronix.de, ebiederm@xmission.com, Yinghai Lu , linux-tip-commits@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 5, 2010 at 1:56 AM, Ingo Molnar wrote: > > * tip-bot for Eric W. Biederman wrote: > >> Commit-ID:  988856ee1623bd37e384105f7bb2b7fe44c009f6 >> Gitweb:     http://git.kernel.org/tip/988856ee1623bd37e384105f7bb2b7fe44c009f6 >> Author:     Eric W. Biederman >> AuthorDate: Tue, 30 Mar 2010 01:07:15 -0700 >> Committer:  H. Peter Anvin >> CommitDate: Tue, 4 May 2010 13:35:17 -0700 >> >> x86, acpi/irq: Handle isa irqs that are not identity mapped to gsi's. > > FYI, the patchset causes this build error with certain configs: > > arch/x86/kernel/acpi/boot.c:122: error: 'gsi_end' undeclared (first use in this function) > arch/x86/kernel/acpi/boot.c:122: error: (Each undeclared identifier is reported only once > arch/x86/kernel/acpi/boot.c:122: error: for each function it appears in.) > arch/x86/kernel/acpi/boot.c:133: error: 'gsi_end' undeclared (first use in this function) What configuration supports acpi and doesn't support ioapics? Eric