Linux Kernel Markers - Samples
[safe/jmp/linux-2.6] / include / linux / marker.h
index 8038d89..5f36cf9 100644 (file)
@@ -61,7 +61,6 @@ struct marker {
                __attribute__((section("__markers"), aligned(8))) =     \
                { __mstrtab_name_##name, __mstrtab_format_##name,       \
                0, __mark_empty_function, NULL };                       \
-               asm volatile("" : : "i" (&__mark_##name));              \
                __mark_check_format(format, ## args);                   \
                if (unlikely(__mark_##name.state)) {                    \
                        preempt_disable();                              \