commit | 7d0f1926131cf79aa5998d463bf1582156e7b41e | [log] [tgz] |
---|---|---|
author | Henrik Kretzschmar <henne@nachtwindheim.de> | Tue Feb 22 15:38:06 2011 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Feb 23 11:38:46 2011 +0100 |
tree | a0ffca6d8e940aa54cf355937d8701b9e9a8ad97 | |
parent | 7167d08e780a722fa79ea414fc4e72bc00751392 [diff] |
x86: Add dummy functions for compiling without IOAPIC 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>