Searched hist:b9f6976bfb949121bb6e1e6f4fd9909735729148 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | ftrace_64.S | diff b9f6976bfb949121bb6e1e6f4fd9909735729148 Wed Mar 25 13:45:26 CDT 2020 Thomas Gleixner <tglx@linutronix.de> 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
|
/openbmc/linux/arch/x86/entry/ |
H A D | entry_64.S | diff b9f6976bfb949121bb6e1e6f4fd9909735729148 Wed Mar 25 13:45:26 CDT 2020 Thomas Gleixner <tglx@linutronix.de> 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
|