]> git.karo-electronics.de Git - karo-tx-linux.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)
committerDavid Vrabel <david.vrabel@citrix.com>
Mon, 11 Nov 2013 11:54:08 +0000 (11:54 +0000)
commit4a4f5343cb6fefd5b943f4a8d82ad57445913575
treeb11a03bd743533336d55abbd505ee97871e1865b
parentd167100e3a89a77f397f9800c4aa34baf49bc9fd
xen/x86: set VIRQ_TIMER priority to maximum

Commit bee980d9e (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