]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend.
authorIan Campbell <Ian.Campbell@citrix.com>
Tue, 8 Feb 2011 14:03:31 +0000 (14:03 +0000)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 17 Aug 2012 19:35:39 +0000 (15:35 -0400)
commit6afb44e14bfc95f7aa57d1cd109a4c99ff145008
tree9ca6b309f1f991fe122d24c0a83d94467e5627e0
parent646c97408dc636ce5a4ffeaa285d070b0ea47e43
xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend.

commit f611f2da99420abc973c32cdbddbf5c365d0a20c upstream.

The patches missed an indirect use of IRQF_NO_SUSPEND pulled in via
IRQF_TIMER. The following patch fixes the issue.

With this fixlet PV guest migration works just fine. I also booted the
entire series as a dom0 kernel and it appeared fine.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/x86/xen/time.c