update
[lttv.git] / tests / kernel / test-cmpxchg-nolock2.c
index 969921156bf79b2cc3b7730b243b320f4e97528a..3cef7af9c490ba52cb33c53b7ca037805612e5e1 100644 (file)
@@ -95,7 +95,7 @@ static void do_test_disable_int(void)
        printk(KERN_ALERT "number of loops: %d\n", NR_LOOPS);
        printk(KERN_ALERT "total time: %llu\n", time);
        time = div_long_long_rem(time, NR_LOOPS, &rem);
-       printk(KERN_ALERT "-> disabling interrupts (CTI) takes %llu cycles\n",
+       printk(KERN_ALERT "-> disabling interrupts (CLI) takes %llu cycles\n",
                                time);
        printk(KERN_ALERT "test end\n");
 }
This page took 0.023097 seconds and 4 git commands to generate.