diff options
-rw-r--r-- | litmus/trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/trace.c b/litmus/trace.c index e7ea1c2ab3e4..1e916aa406b9 100644 --- a/litmus/trace.c +++ b/litmus/trace.c | |||
@@ -69,7 +69,7 @@ feather_callback void save_timestamp_cpu(unsigned long event, | |||
69 | * should be 8M; it is the max we can ask to buddy system allocator (MAX_ORDER) | 69 | * should be 8M; it is the max we can ask to buddy system allocator (MAX_ORDER) |
70 | * and we might not get as much | 70 | * and we might not get as much |
71 | */ | 71 | */ |
72 | #define NO_TIMESTAMPS (2 << 11) | 72 | #define NO_TIMESTAMPS (2 << 16) |
73 | 73 | ||
74 | static int alloc_timestamp_buffer(struct ftdev* ftdev, unsigned int idx) | 74 | static int alloc_timestamp_buffer(struct ftdev* ftdev, unsigned int idx) |
75 | { | 75 | { |