x86, acpi/irq: Define gsi_end when X86_IO_APIC is undefined
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 5 May 2010 20:22:25 +0000 (13:22 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 6 May 2010 06:17:51 +0000 (08:17 +0200)
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 <ebiederm@xmission.com>
Cc: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <m1tyqm14la.fsf_-_@fess.ebiederm.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found