From: Thomas Gleixner Date: Tue, 4 Aug 2015 04:32:56 +0000 (+0930) Subject: x86/lguest: Do not setup unused irq vectors X-Git-Tag: omap-for-v4.3/fixes-rc1~129^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad3f8d5afe503faa78d61a50a1f6eec3afa7c787;p=pandora-kernel.git x86/lguest: Do not setup unused irq vectors No point in assigning the interrupt vectors if there is no interrupt chip installed. Move it to lguest_setup_irq() and call it from lguest_enable_irq. [ rusty: Typo fix and error handling ] Signed-off-by: Thomas Gleixner Signed-off-by: Rusty Russell Link: http://lkml.kernel.org/r/1438662776-4823-2-git-send-email-rusty@rustcorp.com.au Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed