aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/trace.c')
-rw-r--r--litmus/trace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/trace.c b/litmus/trace.c
index 5735d28f5e30..440376998dc9 100644
--- a/litmus/trace.c
+++ b/litmus/trace.c
@@ -70,6 +70,7 @@ feather_callback void save_timestamp_cpu(unsigned long event,
70 */ 70 */
71#define NO_TIMESTAMPS (2 << 11) 71#define NO_TIMESTAMPS (2 << 11)
72 72
73/* set MAJOR to 0 to have it dynamically assigned */
73#define FT_TRACE_MAJOR 252 74#define FT_TRACE_MAJOR 252
74 75
75static int alloc_timestamp_buffer(struct ftdev* ftdev, unsigned int idx) 76static int alloc_timestamp_buffer(struct ftdev* ftdev, unsigned int idx)