Searched hist:c22cf380c79c4bb0e502b0343f57271b17626424 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/x86/entry/ |
H A D | entry_64.S | diff c22cf380c79c4bb0e502b0343f57271b17626424 Thu Sep 15 06:11:21 CDT 2022 Thomas Gleixner <tglx@linutronix.de> x86/entry: Make some entry symbols global
paranoid_entry(), error_entry() and xen_error_entry() have to be exempted from call accounting by thunk patching because they are before UNTRAIN_RET.
Expose them so they are available in the alternative code.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20220915111147.265598113@infradead.org
|