From: bibo,mao Date: Mon, 26 Jun 2006 11:57:25 +0000 (+0200) Subject: [PATCH] x86_64: x86_86 msi miss one entry handler X-Git-Tag: v2.6.18-rc1~612^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b28592b07223d7fc0691ce3fe57d495dc9cbe3a;p=pandora-kernel.git [PATCH] x86_64: x86_86 msi miss one entry handler In x86_64 architecture, if device driver with msi function gets 0xee vector by assign_irq_vector() function, system will crash if this interrupt happens. It is because 0xee interrupt entry is empty. This patch modifies this. This patch is based on 2.6.17-rc6. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed