]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/lguest: Clean up lguest_setup_irq
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 4 Aug 2015 04:32:55 +0000 (14:02 +0930)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 5 Aug 2015 22:14:58 +0000 (00:14 +0200)
commit27a6f41c1a20a3339f456647a21e45fca5b82b62
tree65ffa340b425a3572cd575c99e4cecba1423783f
parentb7edaca4e825fd5d7a6ddce3548cc1f7a7337cf8
x86/lguest: Clean up lguest_setup_irq

We make it static and hoist it higher in the file for the next patch.
We also give a nice panic if it fails during boot.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Link: http://lkml.kernel.org/r/1438662776-4823-1-git-send-email-rusty@rustcorp.com.au
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/lguest/boot.c