update
[lttv.git] / markers-test / test-mark-speed-empty.c
index 5a461c47a98c04a3924c8487284dc7197908b459..0496deedd1f6f31e108e1ca4c30ea6607fbd56be 100644 (file)
@@ -61,7 +61,9 @@ static inline void test(unsigned long arg, unsigned long arg2)
        wbinvd();
 #endif
        temp = (temp + 60) << 10;
+       barrier();
        asm volatile ("");
+       barrier();
        //__my_trace_mark(1, kernel_debug_test, NULL, "%d %d %ld %ld", 2, current->pid, arg, arg2);
        //__my_trace_mark(0, kernel_debug_test, NULL, "%d %d %ld %ld", 2, current->pid, arg, arg2);
 }
This page took 0.023518 seconds and 4 git commands to generate.