]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfaae4631414249809fcb7a587f444626942a47b7
tree8bcfde7ecb3228a44e30e7ba4e45bdd08142ae18
parent9564a2c9863d4d5cec40be9fde0e4d3d2298ef89
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