From: Steven Rostedt Date: Thu, 21 Oct 2010 01:51:26 +0000 (-0400) Subject: tracing: Do not limit the size of the number of CPU buffers X-Git-Tag: v2.6.37-rc1~18^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd49a38cf30944be27892c10b1c0e5b3fa73bcb2;p=pandora-kernel.git 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 Suggested-by: Ingo Molnar Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed