diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2014-01-18 09:45:28 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2014-01-18 09:45:28 -0500 |
commit | 69b90552b97be30edc7a984d6d1df8a62ca59b98 (patch) | |
tree | b79a7aa76b647c586374ac45fa4b1805e0fafae0 | |
parent | 2b8387eb6535a1ebcfec9224fbf4f3837daf380d (diff) |
Greatly increase limit on size of sched trace buf.
-rw-r--r-- | litmus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index 49017b26d0d3..63d35db1cd72 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -244,7 +244,7 @@ config SCHED_TASK_TRACE | |||
244 | config SCHED_TASK_TRACE_SHIFT | 244 | config SCHED_TASK_TRACE_SHIFT |
245 | int "Buffer size for sched_trace_xxx() events" | 245 | int "Buffer size for sched_trace_xxx() events" |
246 | depends on SCHED_TASK_TRACE | 246 | depends on SCHED_TASK_TRACE |
247 | range 8 13 | 247 | range 8 28 |
248 | default 9 | 248 | default 9 |
249 | help | 249 | help |
250 | 250 | ||