git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55922c9
)
lguest: fix timer interrupt setup
author
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 30 May 2011 17:14:08 +0000
(11:14 -0600)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Mon, 30 May 2011 01:44:10 +0000
(11:14 +0930)
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