OSDN Git Service

x86/entry/64: Move non entry code into .text section
authorThomas Gleixner <tglx@linutronix.de>
Wed, 25 Mar 2020 18:45:26 +0000 (19:45 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:14:37 +0000 (15:14 +0200)
commitb9f6976bfb949121bb6e1e6f4fd9909735729148
tree86fa2279b062c6452c79e1c5c8c1591425fff703
parentfba8dbeaf30e2c8db2c2cfeb38f6dbffcbf86bba
x86/entry/64: Move non entry code into .text section

All ASM code which is not part of the entry functionality can move out into
the .text section. No reason to keep it in the non-instrumentable entry
section.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Reviewed-by: Alexandre Chartre <alexandre.chartre@oracle.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200505134340.227579223@linutronix.de
arch/x86/entry/entry_64.S
arch/x86/kernel/ftrace_64.S