]> git.baikalelectronics.ru Git - kernel.git/commit
xen/time: Add default value of -1 for IRQ and check for that.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 9 Apr 2013 01:05:15 +0000 (21:05 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 16 Apr 2013 20:05:14 +0000 (16:05 -0400)
commit5f2295437851cdc892f8c7e2e46c874d2e348c4f
treeebb98bf24a457a4c48325625777408319e55a913
parent78583528b445f24d93ee6ae8788fca57f7072f06
xen/time: Add default value of -1 for IRQ and check for that.

If the timer interrupt has been de-init or is just now being
initialized, the default value of -1 should be preset as
interrupt line. Check for that and if something is odd
WARN us.

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/time.c