From e18eead3c3e0087b38b3ccec684808b6ee9ba7c3 Mon Sep 17 00:00:00 2001 From: Steven Rostedt Date: Thu, 8 May 2014 15:21:52 -0400 Subject: [PATCH] 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-format-patch failed