]> xenbits.xensource.com Git - xen.git/commit
x86/HPET: mask interrupt while changing affinity
authorJan Beulich <jbeulich@suse.com>
Mon, 18 Mar 2013 16:13:32 +0000 (17:13 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 18 Mar 2013 16:13:32 +0000 (17:13 +0100)
commit2d8a2823f3d6d2e5fba832e0afe1fab8fbcb3694
tree8ef8fd4b13c550613d41f4c93078b5da2cb71c5f
parente9f3de0b9c06cc8449be04f655b2dd0e71420e17
x86/HPET: mask interrupt while changing affinity

While being unable to reproduce the "No irq handler for vector ..."
messages observed on other systems, the change done by 5dc3fd2 ('x86:
extend diagnostics for "No irq handler for vector" messages') appears
to point at the lack of masking - at least I can't see what else might
be wrong with the HPET MSI code that could trigger these warnings.

While at it, also adjust the message printed by aforementioned commit
to not pointlessly insert spaces - we don't need aligned tabular output
here.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Keir Fraser <keir@xen.org>
xen/arch/x86/hpet.c
xen/arch/x86/irq.c