]> git.baikalelectronics.ru Git - kernel.git/commit
lguest: fix timer interrupt setup
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 30 May 2011 17:14:08 +0000 (11:14 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 30 May 2011 01:44:10 +0000 (11:14 +0930)
commit0275e16f48ef8d2ae5c31467385ccc1b2804a149
treebfa7539e4d98b0c73063156e218e7916a7112d49
parent3b24354d6b4d6dca68bf2d843614879fde6d390a
lguest: fix timer interrupt setup

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>
Cc: stable@kernel.org # .39.x
arch/x86/lguest/boot.c