From b739b4033c0f55f9194be2793db9e6ace06047db Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Sat, 5 Feb 2011 20:11:30 -0500 Subject: Feather-Trace: start with the largest permissible range MAX_ORDER is 11, but this is about number of records, not number of pages. --- litmus/trace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, * should be 8M; it is the max we can ask to buddy system allocator (MAX_ORDER) * and we might not get as much */ -#define NO_TIMESTAMPS (2 << 11) +#define NO_TIMESTAMPS (2 << 16) static int alloc_timestamp_buffer(struct ftdev* ftdev, unsigned int idx) { -- cgit v1.2.2