From: Rusty Russell Date: Mon, 30 May 2011 17:14:08 +0000 (-0600) Subject: lguest: fix timer interrupt setup X-Git-Tag: v3.0-rc2~23^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15517f7c213442e4d8a098cf0732b237f764c576;p=pandora-kernel.git 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 Cc: stable@kernel.org # .39.x --- Reading git-diff-tree failed