diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2014-01-18 09:45:28 -0500 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2014-02-19 15:33:41 -0500 |
commit | e54444fe2f9d473584f88583bcd77c68f346a195 (patch) | |
tree | db6f42fa35a541c4e83fa9af1373af92ccdf7b88 | |
parent | 5510d7d26494d4f58c1ad880ebd737d9552ada10 (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 | ||