Re: [PATCH 5/9] xen/time: Add default value of -1 for IRQ and check for that.

2013-04-26 Thread Stefano Stabellini
On Tue, 16 Apr 2013, Konrad Rzeszutek Wilk wrote: > 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 Acked-by: Stefa

[PATCH 5/9] xen/time: Add default value of -1 for IRQ and check for that.

2013-04-16 Thread Konrad Rzeszutek Wilk
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 --- arch/x86/xen/time.c | 7 +-- 1 file changed, 5 insertions(+), 2 delet