lguest-fix-timer-setup-WARN_ON
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 30 May 2011 01:23:20 +0000 (11:23 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 30 May 2011 01:23:20 +0000 (11:23 +1000)
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

No differences found