]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lguest: fix timer interrupt setup
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 30 May 2011 17:14:08 +0000 (11:14 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 23 Jun 2011 22:05:30 +0000 (15:05 -0700)
commit3e8b966859c94b48e13e95c3f829743453451f72
tree7e68eab310188bb68d2d9d8cf0a7c32f210350a9
parentcf29f916c310c9b13c19514b496700c549597e11
lguest: fix timer interrupt setup

commit 15517f7c213442e4d8a098cf0732b237f764c576 upstream.

Without an IRQ chip set, we now get a WARN_ON and no timer interrupt.  This
prevents booting.

Fortunately, the fix is a one-liner: set up the timer IRQ like everything
else.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/lguest/boot.c