xen: register timer interrupt with IRQF_TIMER
commitd7b1aedc1a241dcde39a8a35757b6b0797eac5ff
authorIan Campbell <ian.campbell@citrix.com>
Tue, 24 Nov 2009 10:16:23 +0000 (24 10:16 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Dec 2009 22:04:48 +0000 (18 14:04 -0800)
tree8e634dd20e60c066be35070b6353c8e8b174b84b
parentb6172e046931fd39a53b3607af40155eadbbecc2
xen: register timer interrupt with IRQF_TIMER

commit f350c7922faad3397c98c81a9e5658f5a1ef0214 upstream.

Otherwise the timer is disabled by dpm_suspend_noirq() which in turn prevents
correct operation of stop_machine on multi-processor systems and breaks
suspend.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/xen/time.c