From: Steven Rostedt Date: Thu, 8 May 2014 19:21:52 +0000 (-0400) Subject: ftrace/x86: Move the mcount/fentry code out of entry_64.S X-Git-Tag: omap-for-v3.16/fixes-against-rc1~80^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e18eead3c3e0087b38b3ccec684808b6ee9ba7c3;p=pandora-kernel.git ftrace/x86: Move the mcount/fentry code out of entry_64.S As the mcount code gets more complex, it really does not belong in the entry.S file. By moving it into its own file "mcount.S" keeps things a bit cleaner. Link: http://lkml.kernel.org/p/20140508152152.2130e8cf@gandalf.local.home Acked-by: Thomas Gleixner Acked-by: Jiri Kosina Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed