]> 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)
commit9564a2c9863d4d5cec40be9fde0e4d3d2298ef89
tree86fa2279b062c6452c79e1c5c8c1591425fff703
parent6a975a0810b75c5dbe6173ff42272c1f6aaf34d6
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