]> Pileus Git - ~andy/linux/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)
commit8785c67663b6ba023c7c6d61d37d8e08c00d86a8
treed10a27ff029ab65915b0f568c3ac4430e6fad8df
parent6ccecb0fbc0494c7221459e6358a016f3281a0ca
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