From: Steven Rostedt Date: Tue, 25 Nov 2008 14:39:18 +0000 (-0800) Subject: powerpc: ftrace, fix cast aliasing and add code verification X-Git-Tag: v2.6.29-rc1~586^2~38^6~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9af12b72bfe2a4efc1d347e0ac1c669b85dcea9;p=pandora-kernel.git powerpc: ftrace, fix cast aliasing and add code verification Impact: clean up and robustness addition This patch addresses the comments made by Paul Mackerras. It removes the type casting between unsigned int and unsigned char pointers, and replaces them with a use of all unsigned int. Verification that the jump is indeed made to a trampoline has also been added. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed