x86: fix a typo
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 5 Nov 2008 10:26:19 +0000 (10:26 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 5 Nov 2008 10:26:19 +0000 (10:26 +0000)
Signed-off-by Kevin Tian <kevin.tian@intel.com>

xen/arch/x86/cpu/mcheck/p4.c

index 0b82e6519672ffa040059edadc29db64023df146..65daca06ef7a85174d5b6b04b4cc63c350a872a5 100644 (file)
@@ -51,7 +51,7 @@ static void intel_thermal_interrupt(struct cpu_user_regs *regs)
 
        ack_APIC_irq();
 
-       if (NOW() > next[cpu])
+       if (NOW() < next[cpu])
                return;
 
        next[cpu] = NOW() + MILLISECS(5000);