ACPI / osl: speedup grace period in acpi_os_map_cleanup
[linux-2.6/btrfs-unstable.git] / include / asm-generic / trace_clock.h
blob6726f1bafb5e4f5fd3a68aa070d6435ee21dd3ac
1 #ifndef _ASM_GENERIC_TRACE_CLOCK_H
2 #define _ASM_GENERIC_TRACE_CLOCK_H
3 /*
4 * Arch-specific trace clocks.
5 */
7 /*
8 * Additional trace clocks added to the trace_clocks
9 * array in kernel/trace/trace.c
10 * None if the architecture has not defined it.
12 #ifndef ARCH_TRACE_CLOCKS
13 # define ARCH_TRACE_CLOCKS
14 #endif
16 #endif /* _ASM_GENERIC_TRACE_CLOCK_H */