From: Steven Rostedt Date: Wed, 20 Aug 2008 16:55:07 +0000 (-0400) Subject: ftrace: x86 use copy to and from user functions X-Git-Tag: v2.6.28-rc1~78^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f93fc076a464bfe24e8d4c5fea3f6ca5bdb264d;p=pandora-kernel.git ftrace: x86 use copy to and from user functions The modification of code is performed either by kstop_machine, before SMP starts, or on module code before the module is executed. There is no reason to do the modifications from assembly. The copy to and from user functions are sufficient and produces cleaner and easier to read code. Thanks to Benjamin Herrenschmidt for suggesting the idea. Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed