]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/time_64.c
x86: restrict keyboard io ports reservation to make ipmi driver work
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / time_64.c
index 0380795121a601e620d41e4b83eb5838c7d6ad8b..c737849e2ef7a46b66cce8bc63e230d5a4200da8 100644 (file)
@@ -77,7 +77,7 @@ unsigned long __init native_calculate_cpu_khz(void)
                reserve_evntsel_nmi(MSR_K7_EVNTSEL0 + i);
        }
        local_irq_save(flags);
-       /* start meauring cycles, incrementing from 0 */
+       /* start measuring cycles, incrementing from 0 */
        wrmsrl(MSR_K7_PERFCTR0 + i, 0);
        wrmsrl(MSR_K7_EVNTSEL0 + i, 1 << 22 | 3 << 16 | 0x76);
        rdtscl(tsc_start);