]> 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)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 30 May 2011 01:44:10 +0000 (11:14 +0930)
commit15517f7c213442e4d8a098cf0732b237f764c576
treebfa7539e4d98b0c73063156e218e7916a7112d49
parent55922c9d1b84b89cb946c777fddccb3247e7df2c
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