From: Eric W. Biederman Date: Wed, 5 May 2010 20:22:25 +0000 (-0700) Subject: x86, acpi/irq: Define gsi_end when X86_IO_APIC is undefined X-Git-Tag: v2.6.35-rc1~513^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f47b4c9f0b711bf84adb8c27774ae80d346b628;p=pandora-kernel.git x86, acpi/irq: Define gsi_end when X86_IO_APIC is undefined My recent changes introducing a global gsi_end variable failed to take into account the case of using acpi on a system not built to support IO_APICs, causing the build to fail. Define gsi_end to 15 when CONFIG_X86_IO_APIC is not set to avoid compile errors. Signed-off-by: Eric W. Biederman Cc: Yinghai Lu LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed