commit | 15517f7c213442e4d8a098cf0732b237f764c576 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon May 30 11:14:08 2011 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon May 30 11:14:10 2011 +0930 |
tree | bfa7539e4d98b0c73063156e218e7916a7112d49 | |
parent | 55922c9d1b84b89cb946c777fddccb3247e7df2c [diff] |
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