xen/spinlock: Fix check from greater than to be also be greater or equal to.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 6 May 2013 12:33:15 +0000 (08:33 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 8 May 2013 12:38:09 +0000 (08:38 -0400)
commitcb91f8f44caf346654fe9b17b2b359b95f98c049
treef9b97d89bd5525d26162ddbbf47ae783e0e049f1
parentd5b17dbff83d63fb6bf35daec21c8ebfb8d695b5
xen/spinlock: Fix check from greater than to be also be greater or equal to.

During review of git commit cb9c6f15f318aa3aeb62fe525aa5c6dcf6eee159
("xen/spinlock:  Check against default value of -1 for IRQ line.")
Stefano pointed out a bug in the patch. Unfortunatly due to vacation
timing the fix was not applied and this patch fixes it up.

Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
arch/x86/xen/spinlock.c