x86/entry/32: Move non entry code into .text section
authorThomas Gleixner <tglx@linutronix.de>
Wed, 25 Mar 2020 18:47:40 +0000 (19:47 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Jun 2020 13:14:38 +0000 (15:14 +0200)
commit8c0fa8a036cd9c000bcf761413b565b429f629fc
tree8bcfde7ecb3228a44e30e7ba4e45bdd08142ae18
parentb9f6976bfb949121bb6e1e6f4fd9909735729148
x86/entry/32: 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: Alexandre Chartre <alexandre.chartre@oracle.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200505134340.320164650@linutronix.de
arch/x86/entry/entry_32.S