]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit54e1e3218b5a6c5f79608973c6e0952f44af630e
tree86fa2279b062c6452c79e1c5c8c1591425fff703
parent1ed36dda8ecb02650619606f623fce03b9b49ec4
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