From: Steven Rostedt Date: Thu, 23 Oct 2008 13:33:07 +0000 (-0400) Subject: ftrace: remove ftrace hash X-Git-Tag: v2.6.28-rc3~86^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f5ac906d2c0faf96d608c54a0b03177376da8d;p=pandora-kernel.git ftrace: remove ftrace hash The ftrace hash was used by the ftrace_daemon code. The record ip function would place the calling address (ip) into the hash. The daemon would later read the hash and modify that code. The hash complicates the code. This patch removes it. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed