aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/trace.c')
-rw-r--r--litmus/trace.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/litmus/trace.c b/litmus/trace.c
index 7dbb98e4a3cd..9286569f2523 100644
--- a/litmus/trace.c
+++ b/litmus/trace.c
@@ -207,11 +207,7 @@ feather_callback void save_timestamp_hide_irq(unsigned long event)
207/* DEVICE FILE DRIVER */ 207/* DEVICE FILE DRIVER */
208/******************************************************************************/ 208/******************************************************************************/
209 209
210/* 210#define NO_TIMESTAMPS (2 << CONFIG_SCHED_OVERHEAD_TRACE_SHIFT)
211 * should be 8M; it is the max we can ask to buddy system allocator (MAX_ORDER)
212 * and we might not get as much
213 */
214#define NO_TIMESTAMPS (2 << 16)
215 211
216static int alloc_timestamp_buffer(struct ftdev* ftdev, unsigned int idx) 212static int alloc_timestamp_buffer(struct ftdev* ftdev, unsigned int idx)
217{ 213{