]> git.baikalelectronics.ru Git - kernel.git/commit
xen/x86: set VIRQ_TIMER priority to maximum
authorDavid Vrabel <david.vrabel@citrix.com>
Mon, 23 Sep 2013 11:52:21 +0000 (12:52 +0100)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 6 Jan 2014 15:07:55 +0000 (10:07 -0500)
commitf017156b2988be244352947a459479ae4e65395f
treed10a27ff029ab65915b0f568c3ac4430e6fad8df
parentaa03adc88f7cf397a72c4f54a85255f8a2875129
xen/x86: set VIRQ_TIMER priority to maximum

Commit 38121d8f4 (xen/events: Handle VIRQ_TIMER before any other hardirq
in event loop) effectively made the VIRQ_TIMER the highest priority event
when using the 2-level ABI.

Set the VIRQ_TIMER priority to the highest so this behaviour is retained
when using the FIFO-based ABI.

Signed-off-by: David Vrabel <david.vrabel@citrix.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
arch/x86/xen/time.c