From: Alexander van Heukelum Date: Thu, 13 Nov 2008 12:50:20 +0000 (+0100) Subject: x86: irq: fix apicinterrupts on 64 bits X-Git-Tag: v2.6.29-rc1~587^2~1^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=722024dbb74f3ea316c285c0a71a4512e113b0c4;p=pandora-kernel.git x86: irq: fix apicinterrupts on 64 bits Impact: Fix interrupt via the apicinterrupt macro Checkin 939b787130bf22887a09d8fd2641a094dcef8c22 changed the "interrupt" macro, but the "interrupt" macro is also invoked indirectly from the "apicinterrupt" macro. The "apicinterrupt" macro probably should have its own collection of systematic stubs for the same reason the main IRQ code does; as is it is a huge amount of replicated code. Signed-off-by: Alexander van Heukelum Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed