]> Git Repo - linux.git/blobdiff - arch/x86/xen/spinlock.c
Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform...
[linux.git] / arch / x86 / xen / spinlock.c
index 8b54603ce81613fee6783a6d3869b0021878feb4..3002ec1bb71a27d193ce4b1e041f8b3a3c5b49fa 100644 (file)
@@ -364,7 +364,7 @@ void __cpuinit xen_init_lock_cpu(int cpu)
        int irq;
        const char *name;
 
-       WARN(per_cpu(lock_kicker_irq, cpu) > 0, "spinlock on CPU%d exists on IRQ%d!\n",
+       WARN(per_cpu(lock_kicker_irq, cpu) >= 0, "spinlock on CPU%d exists on IRQ%d!\n",
             cpu, per_cpu(lock_kicker_irq, cpu));
 
        /*
This page took 0.031476 seconds and 4 git commands to generate.