update
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 10 Jul 2007 08:08:18 +0000 (08:08 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 10 Jul 2007 08:08:18 +0000 (08:08 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2548 04897980-b3bd-0310-b5e0-8ef037075253

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.027139 seconds and 4 git commands to generate.