ftrace/x86: Move the mcount/fentry code out of entry_64.S
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 8 May 2014 19:21:52 +0000 (15:21 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 14 May 2014 15:37:31 +0000 (11:37 -0400)
commite18eead3c3e0087b38b3ccec684808b6ee9ba7c3
treee08cd7e2beeb6a28dd0341435c9199315c2f3be3
parentf1b2f2bd5821c6ab7feed2e133343dd54b212ed9
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 <tglx@linutronix.de>
Acked-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
arch/x86/kernel/Makefile
arch/x86/kernel/entry_64.S
arch/x86/kernel/mcount_64.S [new file with mode: 0644]