tracing: Do not limit the size of the number of CPU buffers
authorSteven Rostedt <srostedt@redhat.com>
Thu, 21 Oct 2010 01:51:26 +0000 (21:51 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Thu, 21 Oct 2010 12:55:06 +0000 (08:55 -0400)
commitdd49a38cf30944be27892c10b1c0e5b3fa73bcb2
tree6f517e3e643923556c92a647918984fc2ea36bb8
parent750ed158bf6c782d2813da1bca2c824365a0b777
tracing: Do not limit the size of the number of CPU buffers

The tracing per_cpu buffers were limited to 999 CPUs for a mear
savings in stack space of a char array. Up the array to 30 characters
which is more than enough to hold a 64 bit number.

Reported-by: Robin Holt <holt@sgi.com>
Suggested-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.c