]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
entry: Inline irqentry_enter/exit_from/to_user_mode()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 27 Oct 2025 08:44:40 +0000 (09:44 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 4 Nov 2025 07:31:47 +0000 (08:31 +0100)
commit7702a9c2856794b6bf961b408eba3bacb753bd5b
treee8f3b6fc3889fb2e9a5881eed6ea56f75f256f69
parent54a5ab56242f96555999aaa41228f77b4a76e386
entry: Inline irqentry_enter/exit_from/to_user_mode()

There is no point to have this as a function which just inlines
enter_from_user_mode(). The function call overhead is larger than the
function itself.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Link: https://patch.msgid.link/20251027084306.715309918@linutronix.de
include/linux/irq-entry-common.h
kernel/entry/common.c