x86: Add dummy functions for compiling without IOAPIC
authorHenrik Kretzschmar <henne@nachtwindheim.de>
Tue, 22 Feb 2011 14:38:06 +0000 (15:38 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 23 Feb 2011 10:38:46 +0000 (11:38 +0100)
This patch adds IOAPIC dummy functions for compilation
with local APIC, but without IOAPIC.

The local variable ioapic_entries in enable_IR_x2apic()
does not need initialization anymore, since the dummy
returns NULL.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
LKML-Reference: <1298385487-4708-4-git-send-email-henne@nachtwindheim.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found